Html Css Color HEX #378685 Blue Chill

📋 copy color: '#378685'

red 55 ◦ green 134 ◦ blue 133

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

Shades of Blue Chill #378685

Tints of Blue Chill #378685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 17.08%
G = 41.61%
B = 41.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#378685 (or 0x378685) is known color: Blue Chill. HEX triplet: 37, 86 and 85. RGB value is (55,134,133). Sum of RGB (Red+Green+Blue) = 55+134+133=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #378685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378685 is #C8797A. Grayscale: #6E6E6E. Windows color (decimal): -13138299 or 8750647. OLE color: 8750647.

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

Color convert

RGB 55 134 133 -
CMYK 0.59 0 0.01 0.47
HSL 179.24º 0.42% 0.37% -
HSV(B) 179.24º 0.59% 0.53% -
XYZ 14.33 19.56 25.21 -
YUV 110.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 55 134 133 0.59 0 0.01 0.47 179.24 0.42 0.37
Hex 37 86 85 3B 0 1 2F B3 2A 25
Octal 67 206 205 73 0 1 57 263 52 45
Binary 110111 10000110 10000101 111011 0 1 101111 10110011 101010 100101

Color Harmonies of #378685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378685

Black with #378685

Text Example


Text Example

White with #378685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378685; }

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

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

background-color css

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

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

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

border-color css

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

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

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