#349BD4

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

Shades of Summer Sky #349BD4

Tints of Summer Sky #349BD4

Color information

#349BD4 (or 0x349BD4) is unknown color: approx Summer Sky. HEX triplet: 34, 9B and D4. RGB value is (52,155,212). Sum of RGB (Red+Green+Blue) = 52+155+212=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #349BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BD4 is #CB642B. Grayscale: #828282. Windows color (decimal): -13329452 or 13933364. OLE color: 13933364.

HSL color Cylindrical-coordinate representation of color #349BD4: hue angle of 201.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349BD4 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB52155212-
CMYK0.750.2700.17
HSL201.38º65.04%51.76%-
HSV(B)201.38º75.47%83.14%-
XYZ25.0228.9366.55-
YUV130.7173.8871.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 212 (83.20% from 255) = 50.60%
R=12.41%
G=36.99%
B=50.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal521552120.750.2700.17201.3865.0451.76
Hex349BD44B1B011c94134
Octal642333241133302131110164
Binary1101001001101111010100100101111011010001110010011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,155,212); }

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

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

 a { background-color: rgb(52,155,212); }

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

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

 span { border-color: rgb(52,155,212); }

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