Html Css Color HEX #378589 Blue Chill

📋 copy color: '#378589'

red 55 ◦ green 133 ◦ blue 137

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

Shades of Blue Chill #378589

Tints of Blue Chill #378589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

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

R = 16.92%
G = 40.92%
B = 42.15%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#378589 (or 0x378589) is known color: Blue Chill. HEX triplet: 37, 85 and 89. RGB value is (55,133,137). Sum of RGB (Red+Green+Blue) = 55+133+137=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #378589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378589 is #C87A76. Grayscale: #6E6E6E. Windows color (decimal): -13138551 or 9012535. OLE color: 9012535.

HSL color Cylindrical-coordinate representation of color #378589: hue angle of 182.93º 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 #378589 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 133 137 -
CMYK 0.60 0.03 0 0.46
HSL 182.93º 0.43% 0.38% -
HSV(B) 182.93º 0.6% 0.54% -
XYZ 14.48 19.39 26.65 -
YUV 110.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 55 133 137 0.60 0.03 0 0.46 182.93 0.43 0.38
Hex 37 85 89 3C 3 0 2E B7 2B 26
Octal 67 205 211 74 3 0 56 267 53 46
Binary 110111 10000101 10001001 111100 11 0 101110 10110111 101011 100110

Color Harmonies of #378589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378589

Black with #378589

Text Example


Text Example

White with #378589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378589; }

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

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

background-color css

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

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

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

border-color css

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

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

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