Html Css Color HEX #359FCB Summer Sky

📋 copy color: '#359FCB'

red 53 ◦ green 159 ◦ blue 203

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

Shades of Summer Sky #359FCB

Tints of Summer Sky #359FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.31%

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

R = 12.77%
G = 38.31%
B = 48.92%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#359FCB (or 0x359FCB) is known color: Summer Sky. HEX triplet: 35, 9F and CB. RGB value is (53,159,203). Sum of RGB (Red+Green+Blue) = 53+159+203=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #359FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FCB is #CA6034. Grayscale: #848484. Windows color (decimal): -13262901 or 13344565. OLE color: 13344565.

HSL color Cylindrical-coordinate representation of color #359FCB: hue angle of 197.6º 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 #359FCB is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 159 203 -
CMYK 0.74 0.22 0 0.20
HSL 197.6º 0.59% 0.5% -
HSV(B) 197.6º 0.74% 0.8% -
XYZ 24.65 29.86 60.97 -
YUV 132.32 167.88 71.42 -
System Red Green Blue C M Y K H S L
Decimal 53 159 203 0.74 0.22 0 0.20 197.6 0.59 0.5
Hex 35 9F CB 4A 16 0 14 C6 3B 32
Octal 65 237 313 112 26 0 24 306 73 62
Binary 110101 10011111 11001011 1001010 10110 0 10100 11000110 111011 110010

Color Harmonies of #359FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FCB

Black with #359FCB

Text Example


Text Example

White with #359FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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