Html Css Color HEX #378D88 Blue Chill

📋 copy color: '#378D88'

red 55 ◦ green 141 ◦ blue 136

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

Shades of Blue Chill #378D88

Tints of Blue Chill #378D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 16.57%
G = 42.47%
B = 40.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#378D88 (or 0x378D88) is known color: Blue Chill. HEX triplet: 37, 8D and 88. RGB value is (55,141,136). Sum of RGB (Red+Green+Blue) = 55+141+136=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #378D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D88 is #C87277. Grayscale: #727272. Windows color (decimal): -13136504 or 8949047. OLE color: 8949047.

HSL color Cylindrical-coordinate representation of color #378D88: hue angle of 176.51º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D88 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 136 -
CMYK 0.61 0 0.04 0.45
HSL 176.51º 0.44% 0.38% -
HSV(B) 176.51º 0.61% 0.55% -
XYZ 15.54 21.64 26.65 -
YUV 114.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 55 141 136 0.61 0 0.04 0.45 176.51 0.44 0.38
Hex 37 8D 88 3D 0 4 2D B1 2C 26
Octal 67 215 210 75 0 4 55 261 54 46
Binary 110111 10001101 10001000 111101 0 100 101101 10110001 101100 100110

Color Harmonies of #378D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D88

Black with #378D88

Text Example


Text Example

White with #378D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,141,136); }

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

background-color css

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

 a { background-color: rgb(55,141,136); }

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

border-color css

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

 span { border-color: rgb(55,141,136); }

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