Html Css Color HEX #358985 Blue Chill

📋 copy color: '#358985'

red 53 ◦ green 137 ◦ blue 133

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

Shades of Blue Chill #358985

Tints of Blue Chill #358985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.18%

R = 16.41%
G = 42.41%
B = 41.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#358985 (or 0x358985) is known color: Blue Chill. HEX triplet: 35, 89 and 85. RGB value is (53,137,133). Sum of RGB (Red+Green+Blue) = 53+137+133=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #358985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358985 is #CA767A. Grayscale: #6F6F6F. Windows color (decimal): -13268603 or 8751413. OLE color: 8751413.

HSL color Cylindrical-coordinate representation of color #358985: hue angle of 177.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358985 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 133 -
CMYK 0.61 0 0.03 0.46
HSL 177.14º 0.44% 0.37% -
HSV(B) 177.14º 0.61% 0.54% -
XYZ 14.65 20.34 25.34 -
YUV 111.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 53 137 133 0.61 0 0.03 0.46 177.14 0.44 0.37
Hex 35 89 85 3D 0 3 2E B1 2C 25
Octal 65 211 205 75 0 3 56 261 54 45
Binary 110101 10001001 10000101 111101 0 11 101110 10110001 101100 100101

Color Harmonies of #358985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358985

Black with #358985

Text Example


Text Example

White with #358985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358985; }

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

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

background-color css

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

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

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

border-color css

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

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

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