Html Css Color HEX #378390 Blue Chill

📋 copy color: '#378390'

red 55 ◦ green 131 ◦ blue 144

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

Shades of Blue Chill #378390

Tints of Blue Chill #378390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 16.67%
G = 39.7%
B = 43.64%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#378390 (or 0x378390) is known color: Blue Chill. HEX triplet: 37, 83 and 90. RGB value is (55,131,144). Sum of RGB (Red+Green+Blue) = 55+131+144=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #378390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378390 is #C87C6F. Grayscale: #6D6D6D. Windows color (decimal): -13139056 or 9470775. OLE color: 9470775.

HSL color Cylindrical-coordinate representation of color #378390: hue angle of 188.76º 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 #378390 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 131 144 -
CMYK 0.62 0.09 0 0.44
HSL 188.76º 0.45% 0.39% -
HSV(B) 188.76º 0.62% 0.56% -
XYZ 14.73 19.06 29.29 -
YUV 109.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 55 131 144 0.62 0.09 0 0.44 188.76 0.45 0.39
Hex 37 83 90 3E 9 0 2C BD 2D 27
Octal 67 203 220 76 11 0 54 275 55 47
Binary 110111 10000011 10010000 111110 1001 0 101100 10111101 101101 100111

Color Harmonies of #378390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378390

Black with #378390

Text Example


Text Example

White with #378390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378390; }

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

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

background-color css

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

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

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

border-color css

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

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

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