Html Css Color HEX #378591 Blue Chill

📋 copy color: '#378591'

red 55 ◦ green 133 ◦ blue 145

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

Shades of Blue Chill #378591

Tints of Blue Chill #378591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 16.52%
G = 39.94%
B = 43.54%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#378591 (or 0x378591) is known color: Blue Chill. HEX triplet: 37, 85 and 91. RGB value is (55,133,145). Sum of RGB (Red+Green+Blue) = 55+133+145=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #378591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378591 is #C87A6E. Grayscale: #6E6E6E. Windows color (decimal): -13138543 or 9536823. OLE color: 9536823.

HSL color Cylindrical-coordinate representation of color #378591: hue angle of 188º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378591 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 133 145 -
CMYK 0.62 0.08 0 0.43
HSL 188º 0.45% 0.39% -
HSV(B) 188º 0.62% 0.57% -
XYZ 15.07 19.63 29.78 -
YUV 111.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 55 133 145 0.62 0.08 0 0.43 188 0.45 0.39
Hex 37 85 91 3E 8 0 2B BC 2D 27
Octal 67 205 221 76 10 0 53 274 55 47
Binary 110111 10000101 10010001 111110 1000 0 101011 10111100 101101 100111

Color Harmonies of #378591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378591

Black with #378591

Text Example


Text Example

White with #378591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378591; }

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

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

background-color css

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

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

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

border-color css

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

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

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