Html Css Color HEX #358792 Blue Chill

📋 copy color: '#358792'

red 53 ◦ green 135 ◦ blue 146

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

Shades of Blue Chill #358792

Tints of Blue Chill #358792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 15.87%
G = 40.42%
B = 43.71%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358792 (or 0x358792) is known color: Blue Chill. HEX triplet: 35, 87 and 92. RGB value is (53,135,146). Sum of RGB (Red+Green+Blue) = 53+135+146=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #358792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358792 is #CA786D. Grayscale: #6F6F6F. Windows color (decimal): -13269102 or 9602869. OLE color: 9602869.

HSL color Cylindrical-coordinate representation of color #358792: hue angle of 187.1º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358792 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 135 146 -
CMYK 0.64 0.08 0 0.43
HSL 187.1º 0.47% 0.39% -
HSV(B) 187.1º 0.64% 0.57% -
XYZ 15.32 20.16 30.28 -
YUV 111.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 53 135 146 0.64 0.08 0 0.43 187.1 0.47 0.39
Hex 35 87 92 40 8 0 2B BB 2F 27
Octal 65 207 222 100 10 0 53 273 57 47
Binary 110101 10000111 10010010 1000000 1000 0 101011 10111011 101111 100111

Color Harmonies of #358792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358792

Black with #358792

Text Example


Text Example

White with #358792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358792; }

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

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

background-color css

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

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

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

border-color css

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

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

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