Html Css Color HEX #378489 Blue Chill

📋 copy color: '#378489'

red 55 ◦ green 132 ◦ blue 137

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

Shades of Blue Chill #378489

Tints of Blue Chill #378489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 16.98%
G = 40.74%
B = 42.28%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#378489 (or 0x378489) is known color: Blue Chill. HEX triplet: 37, 84 and 89. RGB value is (55,132,137). Sum of RGB (Red+Green+Blue) = 55+132+137=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #378489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378489 is #C87B76. Grayscale: #6D6D6D. Windows color (decimal): -13138807 or 9012279. OLE color: 9012279.

HSL color Cylindrical-coordinate representation of color #378489: hue angle of 183.66º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378489 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 132 137 -
CMYK 0.60 0.04 0 0.46
HSL 183.66º 0.43% 0.38% -
HSV(B) 183.66º 0.6% 0.54% -
XYZ 14.34 19.12 26.6 -
YUV 109.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 55 132 137 0.60 0.04 0 0.46 183.66 0.43 0.38
Hex 37 84 89 3C 4 0 2E B8 2B 26
Octal 67 204 211 74 4 0 56 270 53 46
Binary 110111 10000100 10001001 111100 100 0 101110 10111000 101011 100110

Color Harmonies of #378489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378489

Black with #378489

Text Example


Text Example

White with #378489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378489; }

 p { color: rgb(55,132,137); }

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

background-color css

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

 a { background-color: rgb(55,132,137); }

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

border-color css

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

 span { border-color: rgb(55,132,137); }

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