Html Css Color HEX #359DCB Summer Sky

📋 copy color: '#359DCB'

red 53 ◦ green 157 ◦ blue 203

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

Shades of Summer Sky #359DCB

Tints of Summer Sky #359DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 12.83%
G = 38.01%
B = 49.15%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#359DCB (or 0x359DCB) is known color: Summer Sky. HEX triplet: 35, 9D and CB. RGB value is (53,157,203). Sum of RGB (Red+Green+Blue) = 53+157+203=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #359DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DCB is #CA6234. Grayscale: #828282. Windows color (decimal): -13263413 or 13344053. OLE color: 13344053.

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

Color convert

RGB 53 157 203 -
CMYK 0.74 0.23 0 0.20
HSL 198.4º 0.59% 0.5% -
HSV(B) 198.4º 0.74% 0.8% -
XYZ 24.3 29.18 60.85 -
YUV 131.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 53 157 203 0.74 0.23 0 0.20 198.4 0.59 0.5
Hex 35 9D CB 4A 17 0 14 C6 3B 32
Octal 65 235 313 112 27 0 24 306 73 62
Binary 110101 10011101 11001011 1001010 10111 0 10100 11000110 111011 110010

Color Harmonies of #359DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DCB

Black with #359DCB

Text Example


Text Example

White with #359DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,157,203); }

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

background-color css

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

 a { background-color: rgb(53,157,203); }

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

border-color css

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

 span { border-color: rgb(53,157,203); }

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