Html Css Color HEX #359ADE Summer Sky

📋 copy color: '#359ADE'

red 53 ◦ green 154 ◦ blue 222

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

Shades of Summer Sky #359ADE

Tints of Summer Sky #359ADE

RGB

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

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

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

R = 12.35%
G = 35.9%
B = 51.75%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#359ADE (or 0x359ADE) is known color: Summer Sky. HEX triplet: 35, 9A and DE. RGB value is (53,154,222). Sum of RGB (Red+Green+Blue) = 53+154+222=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #359ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ADE is #CA6521. Grayscale: #838383. Windows color (decimal): -13264162 or 14588469. OLE color: 14588469.

HSL color Cylindrical-coordinate representation of color #359ADE: hue angle of 204.14º 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 #359ADE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 154 222 -
CMYK 0.76 0.31 0 0.13
HSL 204.14º 0.72% 0.54% -
HSV(B) 204.14º 0.76% 0.87% -
XYZ 26.21 29.14 73.35 -
YUV 131.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 53 154 222 0.76 0.31 0 0.13 204.14 0.72 0.54
Hex 35 9A DE 4C 1F 0 D CC 48 36
Octal 65 232 336 114 37 0 15 314 110 66
Binary 110101 10011010 11011110 1001100 11111 0 1101 11001100 1001000 110110

Color Harmonies of #359ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ADE

Black with #359ADE

Text Example


Text Example

White with #359ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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