#34A5CA

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

Shades of Summer Sky #34A5CA

Tints of Summer Sky #34A5CA

Color information

#34A5CA (or 0x34A5CA) is unknown color: approx Summer Sky. HEX triplet: 34, A5 and CA. RGB value is (52,165,202). Sum of RGB (Red+Green+Blue) = 52+165+202=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #34A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A5CA is #CB5A35. Grayscale: #878787. Windows color (decimal): -13326902 or 13280564. OLE color: 13280564.

HSL color Cylindrical-coordinate representation of color #34A5CA: hue angle of 194.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34A5CA is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52165202-
CMYK0.740.1800.21
HSL194.8º59.06%49.8%-
HSV(B)194.8º74.26%79.22%-
XYZ25.5331.960.69-
YUV135.43165.5668.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=12.41%
G=39.38%
B=48.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521652020.740.1800.21194.859.0649.8
Hex34A5CA4A12015c33b32
Octal64245312112220253037362
Binary110100101001011100101010010101001001010111000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A5CA; }

 p { color: rgb(52,165,202); }

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

<style>
 a { background-color: #34A5CA; }

 a { background-color: rgb(52,165,202); }

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

<style>
 span { border-color: #34A5CA; }

 span { border-color: rgb(52,165,202); }

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