#359ACD

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

Shades of Summer Sky #359ACD

Tints of Summer Sky #359ACD

Color information

#359ACD (or 0x359ACD) is unknown color: approx Summer Sky. HEX triplet: 35, 9A and CD. RGB value is (53,154,205). Sum of RGB (Red+Green+Blue) = 53+154+205=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #359ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ACD is #CA6532. Grayscale: #818181. Windows color (decimal): -13264179 or 13474357. OLE color: 13474357.

HSL color Cylindrical-coordinate representation of color #359ACD: hue angle of 200.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359ACD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53154205-
CMYK0.740.2500.20
HSL200.13º60.32%50.59%-
HSV(B)200.13º74.15%80.39%-
XYZ24.0428.2861.95-
YUV129.61170.5473.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=12.86%
G=37.38%
B=49.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531542050.740.2500.20200.1360.3250.59
Hex359ACD4A19014c83c33
Octal65232315112310243107463
Binary110101100110101100110110010101100101010011001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359ACD; }

 p { color: rgb(53,154,205); }

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

<style>
 a { background-color: #359ACD; }

 a { background-color: rgb(53,154,205); }

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

<style>
 span { border-color: #359ACD; }

 span { border-color: rgb(53,154,205); }

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