Html Css Color HEX #378690 Blue Chill

📋 copy color: '#378690'

red 55 ◦ green 134 ◦ blue 144

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

Shades of Blue Chill #378690

Tints of Blue Chill #378690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 16.52%
G = 40.24%
B = 43.24%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#378690 (or 0x378690) is known color: Blue Chill. HEX triplet: 37, 86 and 90. RGB value is (55,134,144). Sum of RGB (Red+Green+Blue) = 55+134+144=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #378690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378690 is #C8796F. Grayscale: #6F6F6F. Windows color (decimal): -13138288 or 9471543. OLE color: 9471543.

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

Color convert

RGB 55 134 144 -
CMYK 0.62 0.07 0 0.44
HSL 186.74º 0.45% 0.39% -
HSV(B) 186.74º 0.62% 0.56% -
XYZ 15.13 19.88 29.42 -
YUV 111.52 146.33 87.69 -
System Red Green Blue C M Y K H S L
Decimal 55 134 144 0.62 0.07 0 0.44 186.74 0.45 0.39
Hex 37 86 90 3E 7 0 2C BB 2D 27
Octal 67 206 220 76 7 0 54 273 55 47
Binary 110111 10000110 10010000 111110 111 0 101100 10111011 101101 100111

Color Harmonies of #378690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378690

Black with #378690

Text Example


Text Example

White with #378690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378690; }

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

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

background-color css

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

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

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

border-color css

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

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

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