Html Css Color HEX #358A85 Blue Chill

📋 copy color: '#358A85'

red 53 ◦ green 138 ◦ blue 133

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

Shades of Blue Chill #358A85

Tints of Blue Chill #358A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 16.36%
G = 42.59%
B = 41.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#358A85 (or 0x358A85) is known color: Blue Chill. HEX triplet: 35, 8A and 85. RGB value is (53,138,133). Sum of RGB (Red+Green+Blue) = 53+138+133=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #358A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A85 is #CA757A. Grayscale: #6F6F6F. Windows color (decimal): -13268347 or 8751669. OLE color: 8751669.

HSL color Cylindrical-coordinate representation of color #358A85: hue angle of 176.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A85 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 138 133 -
CMYK 0.62 0 0.04 0.46
HSL 176.47º 0.45% 0.37% -
HSV(B) 176.47º 0.62% 0.54% -
XYZ 14.79 20.63 25.39 -
YUV 112.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 53 138 133 0.62 0 0.04 0.46 176.47 0.45 0.37
Hex 35 8A 85 3E 0 4 2E B0 2D 25
Octal 65 212 205 76 0 4 56 260 55 45
Binary 110101 10001010 10000101 111110 0 100 101110 10110000 101101 100101

Color Harmonies of #358A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A85

Black with #358A85

Text Example


Text Example

White with #358A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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