Html Css Color HEX #358A93 Blue Chill

📋 copy color: '#358A93'

red 53 ◦ green 138 ◦ blue 147

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

Shades of Blue Chill #358A93

Tints of Blue Chill #358A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 15.68%
G = 40.83%
B = 43.49%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358A93 (or 0x358A93) is known color: Blue Chill. HEX triplet: 35, 8A and 93. RGB value is (53,138,147). Sum of RGB (Red+Green+Blue) = 53+138+147=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #358A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A93 is #CA756C. Grayscale: #717171. Windows color (decimal): -13268333 or 9669173. OLE color: 9669173.

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

Color convert

RGB 53 138 147 -
CMYK 0.64 0.06 0 0.42
HSL 185.74º 0.47% 0.39% -
HSV(B) 185.74º 0.64% 0.58% -
XYZ 15.82 21.04 30.83 -
YUV 113.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 53 138 147 0.64 0.06 0 0.42 185.74 0.47 0.39
Hex 35 8A 93 40 6 0 2A BA 2F 27
Octal 65 212 223 100 6 0 52 272 57 47
Binary 110101 10001010 10010011 1000000 110 0 101010 10111010 101111 100111

Color Harmonies of #358A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A93

Black with #358A93

Text Example


Text Example

White with #358A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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