Html Css Color HEX #378993 Blue Chill

📋 copy color: '#378993'

red 55 ◦ green 137 ◦ blue 147

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

Shades of Blue Chill #378993

Tints of Blue Chill #378993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 16.22%
G = 40.41%
B = 43.36%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378993 (or 0x378993) is known color: Blue Chill. HEX triplet: 37, 89 and 93. RGB value is (55,137,147). Sum of RGB (Red+Green+Blue) = 55+137+147=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #378993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378993 is #C8766C. Grayscale: #717171. Windows color (decimal): -13137517 or 9668919. OLE color: 9668919.

HSL color Cylindrical-coordinate representation of color #378993: hue angle of 186.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378993 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 137 147 -
CMYK 0.63 0.07 0 0.42
HSL 186.52º 0.46% 0.4% -
HSV(B) 186.52º 0.63% 0.58% -
XYZ 15.79 20.81 30.79 -
YUV 113.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 55 137 147 0.63 0.07 0 0.42 186.52 0.46 0.4
Hex 37 89 93 3F 7 0 2A BB 2E 28
Octal 67 211 223 77 7 0 52 273 56 50
Binary 110111 10001001 10010011 111111 111 0 101010 10111011 101110 101000

Color Harmonies of #378993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378993

Black with #378993

Text Example


Text Example

White with #378993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378993; }

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

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

background-color css

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

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

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

border-color css

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

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

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