Html Css Color HEX #359090 Blue Chill

📋 copy color: '#359090'

red 53 ◦ green 144 ◦ blue 144

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

Shades of Blue Chill #359090

Tints of Blue Chill #359090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 15.54%
G = 42.23%
B = 42.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#359090 (or 0x359090) is known color: Blue Chill. HEX triplet: 35, 90 and 90. RGB value is (53,144,144). Sum of RGB (Red+Green+Blue) = 53+144+144=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #359090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359090 is #CA6F6F. Grayscale: #747474. Windows color (decimal): -13266800 or 9474101. OLE color: 9474101.

HSL color Cylindrical-coordinate representation of color #359090: hue angle of 180º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359090 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 144 -
CMYK 0.63 0 0 0.44
HSL 180º 0.46% 0.39% -
HSV(B) 180º 0.63% 0.56% -
XYZ 16.48 22.72 29.9 -
YUV 116.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 53 144 144 0.63 0 0 0.44 180 0.46 0.39
Hex 35 90 90 3F 0 0 2C B4 2E 27
Octal 65 220 220 77 0 0 54 264 56 47
Binary 110101 10010000 10010000 111111 0 0 101100 10110100 101110 100111

Color Harmonies of #359090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359090

Black with #359090

Text Example


Text Example

White with #359090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359090; }

 p { color: rgb(53,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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