Html Css Color HEX #378E8B Blue Chill

📋 copy color: '#378E8B'

red 55 ◦ green 142 ◦ blue 139

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

Shades of Blue Chill #378E8B

Tints of Blue Chill #378E8B

RGB

 RED value IS 55 (21.88% from 255) = 16.37%

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

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

R = 16.37%
G = 42.26%
B = 41.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#378E8B (or 0x378E8B) is known color: Blue Chill. HEX triplet: 37, 8E and 8B. RGB value is (55,142,139). Sum of RGB (Red+Green+Blue) = 55+142+139=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #378E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378E8B is #C87174. Grayscale: #737373. Windows color (decimal): -13136245 or 9145911. OLE color: 9145911.

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

Color convert

RGB 55 142 139 -
CMYK 0.61 0 0.02 0.44
HSL 177.93º 0.44% 0.39% -
HSV(B) 177.93º 0.61% 0.56% -
XYZ 15.91 22.02 27.84 -
YUV 115.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 55 142 139 0.61 0 0.02 0.44 177.93 0.44 0.39
Hex 37 8E 8B 3D 0 2 2C B2 2C 27
Octal 67 216 213 75 0 2 54 262 54 47
Binary 110111 10001110 10001011 111101 0 10 101100 10110010 101100 100111

Color Harmonies of #378E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378E8B

Black with #378E8B

Text Example


Text Example

White with #378E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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