#35A4F2

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

Shades of Summer Sky #35A4F2

Tints of Summer Sky #35A4F2

Color information

#35A4F2 (or 0x35A4F2) is unknown color: approx Summer Sky. HEX triplet: 35, A4 and F2. RGB value is (53,164,242). Sum of RGB (Red+Green+Blue) = 53+164+242=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #35A4F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A4F2 is #CA5B0D. Grayscale: #8B8B8B. Windows color (decimal): -13261582 or 15901749. OLE color: 15901749.

HSL color Cylindrical-coordinate representation of color #35A4F2: hue angle of 204.76º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35A4F2 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53164242-
CMYK0.780.3200.05
HSL204.76º87.91%57.84%-
HSV(B)204.76º78.1%94.9%-
XYZ30.7733.7288.89-
YUV139.7185.7366.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.55%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 242 (94.92% from 255) = 52.72%
R=11.55%
G=35.73%
B=52.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531642420.780.3200.05204.7687.9157.84
Hex35A4F24E2005cd583a
Octal65244362116400531513072
Binary110101101001001111001010011101000000101110011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A4F2; }

 p { color: rgb(53,164,242); }

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

<style>
 a { background-color: #35A4F2; }

 a { background-color: rgb(53,164,242); }

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

<style>
 span { border-color: #35A4F2; }

 span { border-color: rgb(53,164,242); }

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