Html Css Color HEX #378784 Blue Chill

📋 copy color: '#378784'

red 55 ◦ green 135 ◦ blue 132

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

Shades of Blue Chill #378784

Tints of Blue Chill #378784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 17.08%
G = 41.93%
B = 40.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#378784 (or 0x378784) is known color: Blue Chill. HEX triplet: 37, 87 and 84. RGB value is (55,135,132). Sum of RGB (Red+Green+Blue) = 55+135+132=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #378784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378784 is #C8787B. Grayscale: #6E6E6E. Windows color (decimal): -13138044 or 8685367. OLE color: 8685367.

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

Color convert

RGB 55 135 132 -
CMYK 0.59 0 0.02 0.47
HSL 177.75º 0.42% 0.37% -
HSV(B) 177.75º 0.59% 0.53% -
XYZ 14.4 19.81 24.89 -
YUV 110.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 55 135 132 0.59 0 0.02 0.47 177.75 0.42 0.37
Hex 37 87 84 3B 0 2 2F B2 2A 25
Octal 67 207 204 73 0 2 57 262 52 45
Binary 110111 10000111 10000100 111011 0 10 101111 10110010 101010 100101

Color Harmonies of #378784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378784

Black with #378784

Text Example


Text Example

White with #378784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378784; }

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

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

background-color css

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

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

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

border-color css

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

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

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