Html Css Color HEX #359CCF Summer Sky

📋 copy color: '#359CCF'

red 53 ◦ green 156 ◦ blue 207

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

Shades of Summer Sky #359CCF

Tints of Summer Sky #359CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 12.74%
G = 37.5%
B = 49.76%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#359CCF (or 0x359CCF) is known color: Summer Sky. HEX triplet: 35, 9C and CF. RGB value is (53,156,207). Sum of RGB (Red+Green+Blue) = 53+156+207=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #359CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCF is #CA6330. Grayscale: #828282. Windows color (decimal): -13263665 or 13605941. OLE color: 13605941.

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

Color convert

RGB 53 156 207 -
CMYK 0.74 0.25 0 0.19
HSL 199.87º 0.62% 0.51% -
HSV(B) 199.87º 0.74% 0.81% -
XYZ 24.62 29.04 63.34 -
YUV 131.02 170.88 72.35 -
System Red Green Blue C M Y K H S L
Decimal 53 156 207 0.74 0.25 0 0.19 199.87 0.62 0.51
Hex 35 9C CF 4A 19 0 13 C8 3E 33
Octal 65 234 317 112 31 0 23 310 76 63
Binary 110101 10011100 11001111 1001010 11001 0 10011 11001000 111110 110011

Color Harmonies of #359CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CCF

Black with #359CCF

Text Example


Text Example

White with #359CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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