Html Css Color HEX #358992 Blue Chill

📋 copy color: '#358992'

red 53 ◦ green 137 ◦ blue 146

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

Shades of Blue Chill #358992

Tints of Blue Chill #358992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 15.77%
G = 40.77%
B = 43.45%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358992 (or 0x358992) is known color: Blue Chill. HEX triplet: 35, 89 and 92. RGB value is (53,137,146). Sum of RGB (Red+Green+Blue) = 53+137+146=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #358992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358992 is #CA766D. Grayscale: #707070. Windows color (decimal): -13268590 or 9603381. OLE color: 9603381.

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

Color convert

RGB 53 137 146 -
CMYK 0.64 0.06 0 0.43
HSL 185.81º 0.47% 0.39% -
HSV(B) 185.81º 0.64% 0.57% -
XYZ 15.6 20.72 30.37 -
YUV 112.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 53 137 146 0.64 0.06 0 0.43 185.81 0.47 0.39
Hex 35 89 92 40 6 0 2B BA 2F 27
Octal 65 211 222 100 6 0 53 272 57 47
Binary 110101 10001001 10010010 1000000 110 0 101011 10111010 101111 100111

Color Harmonies of #358992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358992

Black with #358992

Text Example


Text Example

White with #358992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358992; }

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

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

background-color css

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

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

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

border-color css

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

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

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