Html Css Color HEX #378388 Blue Chill

📋 copy color: '#378388'

red 55 ◦ green 131 ◦ blue 136

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

Shades of Blue Chill #378388

Tints of Blue Chill #378388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 17.08%
G = 40.68%
B = 42.24%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#378388 (or 0x378388) is known color: Blue Chill. HEX triplet: 37, 83 and 88. RGB value is (55,131,136). Sum of RGB (Red+Green+Blue) = 55+131+136=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #378388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378388 is #C87C77. Grayscale: #6C6C6C. Windows color (decimal): -13139064 or 8946487. OLE color: 8946487.

HSL color Cylindrical-coordinate representation of color #378388: hue angle of 183.7º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378388 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 131 136 -
CMYK 0.60 0.04 0 0.47
HSL 183.7º 0.42% 0.37% -
HSV(B) 183.7º 0.6% 0.53% -
XYZ 14.14 18.82 26.18 -
YUV 108.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 55 131 136 0.60 0.04 0 0.47 183.7 0.42 0.37
Hex 37 83 88 3C 4 0 2F B8 2A 25
Octal 67 203 210 74 4 0 57 270 52 45
Binary 110111 10000011 10001000 111100 100 0 101111 10111000 101010 100101

Color Harmonies of #378388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378388

Black with #378388

Text Example


Text Example

White with #378388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378388; }

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

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

background-color css

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

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

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

border-color css

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

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

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