#34A1C7

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

Shades of Summer Sky #34A1C7

Tints of Summer Sky #34A1C7

Color information

#34A1C7 (or 0x34A1C7) is unknown color: approx Summer Sky. HEX triplet: 34, A1 and C7. RGB value is (52,161,199). Sum of RGB (Red+Green+Blue) = 52+161+199=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #34A1C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A1C7 is #CB5E38. Grayscale: #848484. Windows color (decimal): -13327929 or 13082932. OLE color: 13082932.

HSL color Cylindrical-coordinate representation of color #34A1C7: hue angle of 195.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34A1C7 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52161199-
CMYK0.740.1900.22
HSL195.51º58.57%49.22%-
HSV(B)195.51º73.87%78.04%-
XYZ24.4730.3458.6-
YUV132.74165.3970.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.62%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 199 (78.12% from 255) = 48.30%
R=12.62%
G=39.08%
B=48.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521611990.740.1900.22195.5158.5749.22
Hex34A1C74A13016c43b31
Octal64241307112230263047361
Binary110100101000011100011110010101001101011011000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,161,199); }

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

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

 a { background-color: rgb(52,161,199); }

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

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

 span { border-color: rgb(52,161,199); }

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