Html Css Color HEX #359ACB Summer Sky

📋 copy color: '#359ACB'

red 53 ◦ green 154 ◦ blue 203

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

Shades of Summer Sky #359ACB

Tints of Summer Sky #359ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

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

R = 12.93%
G = 37.56%
B = 49.51%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#359ACB (or 0x359ACB) is known color: Summer Sky. HEX triplet: 35, 9A and CB. RGB value is (53,154,203). Sum of RGB (Red+Green+Blue) = 53+154+203=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #359ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ACB is #CA6534. Grayscale: #818181. Windows color (decimal): -13264181 or 13343285. OLE color: 13343285.

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

Color convert

RGB 53 154 203 -
CMYK 0.74 0.24 0 0.20
HSL 199.6º 0.59% 0.5% -
HSV(B) 199.6º 0.74% 0.8% -
XYZ 23.8 28.18 60.68 -
YUV 129.39 169.54 73.52 -
System Red Green Blue C M Y K H S L
Decimal 53 154 203 0.74 0.24 0 0.20 199.6 0.59 0.5
Hex 35 9A CB 4A 18 0 14 C8 3B 32
Octal 65 232 313 112 30 0 24 310 73 62
Binary 110101 10011010 11001011 1001010 11000 0 10100 11001000 111011 110010

Color Harmonies of #359ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ACB

Black with #359ACB

Text Example


Text Example

White with #359ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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