Html Css Color HEX #359CDB Summer Sky

📋 copy color: '#359CDB'

red 53 ◦ green 156 ◦ blue 219

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

Shades of Summer Sky #359CDB

Tints of Summer Sky #359CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 12.38%
G = 36.45%
B = 51.17%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#359CDB (or 0x359CDB) is known color: Summer Sky. HEX triplet: 35, 9C and DB. RGB value is (53,156,219). Sum of RGB (Red+Green+Blue) = 53+156+219=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #359CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CDB is #CA6324. Grayscale: #848484. Windows color (decimal): -13263653 or 14392373. OLE color: 14392373.

HSL color Cylindrical-coordinate representation of color #359CDB: hue angle of 202.77º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359CDB is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 156 219 -
CMYK 0.76 0.29 0 0.14
HSL 202.77º 0.7% 0.53% -
HSV(B) 202.77º 0.76% 0.86% -
XYZ 26.14 29.65 71.36 -
YUV 132.39 176.88 71.38 -
System Red Green Blue C M Y K H S L
Decimal 53 156 219 0.76 0.29 0 0.14 202.77 0.7 0.53
Hex 35 9C DB 4C 1D 0 E CB 46 35
Octal 65 234 333 114 35 0 16 313 106 65
Binary 110101 10011100 11011011 1001100 11101 0 1110 11001011 1000110 110101

Color Harmonies of #359CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CDB

Black with #359CDB

Text Example


Text Example

White with #359CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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