Html Css Color HEX #358790 Blue Chill

📋 copy color: '#358790'

red 53 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #358790

Tints of Blue Chill #358790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 15.96%
G = 40.66%
B = 43.37%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#358790 (or 0x358790) is known color: Blue Chill. HEX triplet: 35, 87 and 90. RGB value is (53,135,144). Sum of RGB (Red+Green+Blue) = 53+135+144=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #358790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358790 is #CA786F. Grayscale: #6F6F6F. Windows color (decimal): -13269104 or 9471797. OLE color: 9471797.

HSL color Cylindrical-coordinate representation of color #358790: hue angle of 185.93º 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 #358790 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 135 144 -
CMYK 0.63 0.06 0 0.44
HSL 185.93º 0.46% 0.39% -
HSV(B) 185.93º 0.63% 0.56% -
XYZ 15.17 20.1 29.47 -
YUV 111.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 53 135 144 0.63 0.06 0 0.44 185.93 0.46 0.39
Hex 35 87 90 3F 6 0 2C BA 2E 27
Octal 65 207 220 77 6 0 54 272 56 47
Binary 110101 10000111 10010000 111111 110 0 101100 10111010 101110 100111

Color Harmonies of #358790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358790

Black with #358790

Text Example


Text Example

White with #358790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358790; }

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

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

background-color css

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

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

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

border-color css

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

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

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