Html Css Color HEX #359BDE Summer Sky

📋 copy color: '#359BDE'

red 53 ◦ green 155 ◦ blue 222

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

Shades of Summer Sky #359BDE

Tints of Summer Sky #359BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 12.33%
G = 36.05%
B = 51.63%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#359BDE (or 0x359BDE) is known color: Summer Sky. HEX triplet: 35, 9B and DE. RGB value is (53,155,222). Sum of RGB (Red+Green+Blue) = 53+155+222=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #359BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BDE is #CA6421. Grayscale: #838383. Windows color (decimal): -13263906 or 14588725. OLE color: 14588725.

HSL color Cylindrical-coordinate representation of color #359BDE: hue angle of 203.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359BDE is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 155 222 -
CMYK 0.76 0.30 0 0.13
HSL 203.79º 0.72% 0.54% -
HSV(B) 203.79º 0.76% 0.87% -
XYZ 26.37 29.47 73.41 -
YUV 132.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 53 155 222 0.76 0.30 0 0.13 203.79 0.72 0.54
Hex 35 9B DE 4C 1E 0 D CC 48 36
Octal 65 233 336 114 36 0 15 314 110 66
Binary 110101 10011011 11011110 1001100 11110 0 1101 11001100 1001000 110110

Color Harmonies of #359BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BDE

Black with #359BDE

Text Example


Text Example

White with #359BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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