Html Css Color HEX #359BCA Summer Sky

📋 copy color: '#359BCA'

red 53 ◦ green 155 ◦ blue 202

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

Shades of Summer Sky #359BCA

Tints of Summer Sky #359BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 12.93%
G = 37.8%
B = 49.27%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#359BCA (or 0x359BCA) is known color: Summer Sky. HEX triplet: 35, 9B and CA. RGB value is (53,155,202). Sum of RGB (Red+Green+Blue) = 53+155+202=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #359BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BCA is #CA6435. Grayscale: #818181. Windows color (decimal): -13263926 or 13278005. OLE color: 13278005.

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

Color convert

RGB 53 155 202 -
CMYK 0.74 0.23 0 0.21
HSL 198.93º 0.58% 0.5% -
HSV(B) 198.93º 0.74% 0.79% -
XYZ 23.85 28.46 60.11 -
YUV 129.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 53 155 202 0.74 0.23 0 0.21 198.93 0.58 0.5
Hex 35 9B CA 4A 17 0 15 C7 3A 32
Octal 65 233 312 112 27 0 25 307 72 62
Binary 110101 10011011 11001010 1001010 10111 0 10101 11000111 111010 110010

Color Harmonies of #359BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BCA

Black with #359BCA

Text Example


Text Example

White with #359BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,155,202); }

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

background-color css

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

 a { background-color: rgb(53,155,202); }

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

border-color css

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

 span { border-color: rgb(53,155,202); }

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