Html Css Color HEX #378590 Blue Chill

📋 copy color: '#378590'

red 55 ◦ green 133 ◦ blue 144

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

Shades of Blue Chill #378590

Tints of Blue Chill #378590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 16.57%
G = 40.06%
B = 43.37%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#378590 (or 0x378590) is known color: Blue Chill. HEX triplet: 37, 85 and 90. RGB value is (55,133,144). Sum of RGB (Red+Green+Blue) = 55+133+144=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #378590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378590 is #C87A6F. Grayscale: #6E6E6E. Windows color (decimal): -13138544 or 9471287. OLE color: 9471287.

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

Color convert

RGB 55 133 144 -
CMYK 0.62 0.08 0 0.44
HSL 187.42º 0.45% 0.39% -
HSV(B) 187.42º 0.62% 0.56% -
XYZ 15 19.6 29.38 -
YUV 110.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 55 133 144 0.62 0.08 0 0.44 187.42 0.45 0.39
Hex 37 85 90 3E 8 0 2C BB 2D 27
Octal 67 205 220 76 10 0 54 273 55 47
Binary 110111 10000101 10010000 111110 1000 0 101100 10111011 101101 100111

Color Harmonies of #378590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378590

Black with #378590

Text Example


Text Example

White with #378590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378590; }

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

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

background-color css

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

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

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

border-color css

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

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

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