Html Css Color HEX #358E8B Blue Chill

📋 copy color: '#358E8B'

red 53 ◦ green 142 ◦ blue 139

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

Shades of Blue Chill #358E8B

Tints of Blue Chill #358E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.51%

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 15.87%
G = 42.51%
B = 41.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#358E8B (or 0x358E8B) is known color: Blue Chill. HEX triplet: 35, 8E and 8B. RGB value is (53,142,139). Sum of RGB (Red+Green+Blue) = 53+142+139=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #358E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358E8B is #CA7174. Grayscale: #727272. Windows color (decimal): -13267317 or 9145909. OLE color: 9145909.

HSL color Cylindrical-coordinate representation of color #358E8B: hue angle of 177.98º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E8B is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 142 139 -
CMYK 0.63 0 0.02 0.44
HSL 177.98º 0.46% 0.38% -
HSV(B) 177.98º 0.63% 0.56% -
XYZ 15.8 21.97 27.83 -
YUV 115.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 53 142 139 0.63 0 0.02 0.44 177.98 0.46 0.38
Hex 35 8E 8B 3F 0 2 2C B2 2E 26
Octal 65 216 213 77 0 2 54 262 56 46
Binary 110101 10001110 10001011 111111 0 10 101100 10110010 101110 100110

Color Harmonies of #358E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358E8B

Black with #358E8B

Text Example


Text Example

White with #358E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,142,139); }

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

background-color css

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

 a { background-color: rgb(53,142,139); }

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

border-color css

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

 span { border-color: rgb(53,142,139); }

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