Html Css Color HEX #378785 Blue Chill

📋 copy color: '#378785'

red 55 ◦ green 135 ◦ blue 133

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

Shades of Blue Chill #378785

Tints of Blue Chill #378785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 17.03%
G = 41.8%
B = 41.18%

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

#378785 (or 0x378785) is known color: Blue Chill. HEX triplet: 37, 87 and 85. RGB value is (55,135,133). Sum of RGB (Red+Green+Blue) = 55+135+133=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #378785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378785 is #C8787A. Grayscale: #6E6E6E. Windows color (decimal): -13138043 or 8750903. OLE color: 8750903.

HSL color Cylindrical-coordinate representation of color #378785: hue angle of 178.5º 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 #378785 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 135 133 -
CMYK 0.59 0 0.01 0.47
HSL 178.5º 0.42% 0.37% -
HSV(B) 178.5º 0.59% 0.53% -
XYZ 14.47 19.83 25.26 -
YUV 110.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 55 135 133 0.59 0 0.01 0.47 178.5 0.42 0.37
Hex 37 87 85 3B 0 1 2F B2 2A 25
Octal 67 207 205 73 0 1 57 262 52 45
Binary 110111 10000111 10000101 111011 0 1 101111 10110010 101010 100101

Color Harmonies of #378785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378785

Black with #378785

Text Example


Text Example

White with #378785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378785; }

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

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

background-color css

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

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

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

border-color css

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

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

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