Html Css Color HEX #359CEE Summer Sky

📋 copy color: '#359CEE'

red 53 ◦ green 156 ◦ blue 238

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

Shades of Summer Sky #359CEE

Tints of Summer Sky #359CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 11.86%
G = 34.9%
B = 53.24%

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

#359CEE (or 0x359CEE) is known color: Summer Sky. HEX triplet: 35, 9C and EE. RGB value is (53,156,238). Sum of RGB (Red+Green+Blue) = 53+156+238=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #359CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CEE is #CA6311. Grayscale: #868686. Windows color (decimal): -13263634 or 15637557. OLE color: 15637557.

HSL color Cylindrical-coordinate representation of color #359CEE: hue angle of 206.59º 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 #359CEE is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 156 238 -
CMYK 0.78 0.34 0 0.07
HSL 206.59º 0.84% 0.57% -
HSV(B) 206.59º 0.78% 0.93% -
XYZ 28.79 30.71 85.3 -
YUV 134.55 186.38 69.83 -
System Red Green Blue C M Y K H S L
Decimal 53 156 238 0.78 0.34 0 0.07 206.59 0.84 0.57
Hex 35 9C EE 4E 22 0 7 CF 54 39
Octal 65 234 356 116 42 0 7 317 124 71
Binary 110101 10011100 11101110 1001110 100010 0 111 11001111 1010100 111001

Color Harmonies of #359CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CEE

Black with #359CEE

Text Example


Text Example

White with #359CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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