Html Css Color HEX #358D95 Blue Chill

📋 copy color: '#358D95'

red 53 ◦ green 141 ◦ blue 149

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

Shades of Blue Chill #358D95

Tints of Blue Chill #358D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 15.45%
G = 41.11%
B = 43.44%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358D95 (or 0x358D95) is known color: Blue Chill. HEX triplet: 35, 8D and 95. RGB value is (53,141,149). Sum of RGB (Red+Green+Blue) = 53+141+149=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #358D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D95 is #CA726A. Grayscale: #737373. Windows color (decimal): -13267563 or 9801013. OLE color: 9801013.

HSL color Cylindrical-coordinate representation of color #358D95: hue angle of 185º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358D95 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 141 149 -
CMYK 0.64 0.05 0 0.42
HSL 185º 0.48% 0.4% -
HSV(B) 185º 0.64% 0.58% -
XYZ 16.42 21.98 31.81 -
YUV 115.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 53 141 149 0.64 0.05 0 0.42 185 0.48 0.4
Hex 35 8D 95 40 5 0 2A B9 30 28
Octal 65 215 225 100 5 0 52 271 60 50
Binary 110101 10001101 10010101 1000000 101 0 101010 10111001 110000 101000

Color Harmonies of #358D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D95

Black with #358D95

Text Example


Text Example

White with #358D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358D95; }

 p { color: rgb(53,141,149); }

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

background-color css

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

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

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

border-color css

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

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

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