#349fd6

Color #349FD6 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #349FD6

Tints of Summer Sky #349FD6

Color information

#349FD6 (or 0x349FD6) is unknown color: approx Summer Sky. HEX triplet: 34, 9F and D6. RGB value is (52,159,214). Sum of RGB (Red+Green+Blue) = 52+159+214=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #349FD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FD6 is #CB6029. Grayscale: #848484. Windows color (decimal): -13328426 or 14065460. OLE color: 14065460.

HSL color Cylindrical-coordinate representation of color #349FD6: hue angle of 200.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349FD6 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB52159214-
CMYK0.760.2600.16
HSL200.37º66.39%52.16%-
HSV(B)200.37º75.7%83.92%-
XYZ25.9530.3868.11-
YUV133.28173.5570.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 12.24%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 214 (83.98% from 255) = 50.35%
R=12.24%
G=37.41%
B=50.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal521592140.760.2600.16200.3766.3952.16
Hex349FD64C1A010c84234
Octal642373261143202031010264
Binary1101001001111111010110100110011010010000110010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349fd6; }

 p { color: rgb(52,159,214); }

 H1.HeaderClassName
 {
   color: #349fd6;
 }
 .AnyTagClassName
 {
   color: #349fd6;
 }
</style>
background-color css

<style>
 a { background-color: #349fd6; }

 a { background-color: rgb(52,159,214); }

 div.DivClassName
 {
   background-color: #349fd6;
 }
 .BgClassName
 {
   background-color: #349fd6;
 }
</style>
border-color css

<style>
 span { border-color: #349fd6; }

 span { border-color: rgb(52,159,214); }

 td.TdClassName
 {
   border-color: #349fd6;
 }
 .TagClassName
 {
   border-color: #349fd6;
 }
</style>