Html Css Color HEX #359CED Summer Sky

📋 copy color: '#359CED'

red 53 ◦ green 156 ◦ blue 237

#359CED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #359CED

Tints of Summer Sky #359CED

RGB

 RED value IS 53 (21.09% from 255) = 11.88%

 GREEN value IS 156 (61.33% from 255) = 34.98%

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 11.88%
G = 34.98%
B = 53.14%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#359CED (or 0x359CED) is known color: Summer Sky. HEX triplet: 35, 9C and ED. RGB value is (53,156,237). Sum of RGB (Red+Green+Blue) = 53+156+237=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #359CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CED is #CA6312. Grayscale: #868686. Windows color (decimal): -13263635 or 15572021. OLE color: 15572021.

HSL color Cylindrical-coordinate representation of color #359CED: hue angle of 206.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359CED is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 156 237 -
CMYK 0.78 0.34 0 0.07
HSL 206.41º 0.84% 0.57% -
HSV(B) 206.41º 0.78% 0.93% -
XYZ 28.64 30.65 84.53 -
YUV 134.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 53 156 237 0.78 0.34 0 0.07 206.41 0.84 0.57
Hex 35 9C ED 4E 22 0 7 CE 54 39
Octal 65 234 355 116 42 0 7 316 124 71
Binary 110101 10011100 11101101 1001110 100010 0 111 11001110 1010100 111001

Color Harmonies of #359CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CED

Black with #359CED

Text Example


Text Example

White with #359CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,156,237); }

 H1.HeaderClassName
 {
   color: #359CED;
 }
 .AnyTagClassName
 {
   color: #359CED;
 }
</style>

background-color css

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

 a { background-color: rgb(53,156,237); }

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

border-color css

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

 span { border-color: rgb(53,156,237); }

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