Html Css Color HEX #37616E Blumine

📋 copy color: '#37616E'

red 55 ◦ green 97 ◦ blue 110

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

Shades of Blumine #37616E

Tints of Blumine #37616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 110 (43.36% from 255) = 41.98%

R = 20.99%
G = 37.02%
B = 41.98%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37616E (or 0x37616E) is known color: Blumine. HEX triplet: 37, 61 and 6E. RGB value is (55,97,110). Sum of RGB (Red+Green+Blue) = 55+97+110=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #37616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37616E is #C89E91. Grayscale: #555555. Windows color (decimal): -13147794 or 7233847. OLE color: 7233847.

HSL color Cylindrical-coordinate representation of color #37616E: hue angle of 194.18º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37616E is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 97 110 -
CMYK 0.5 0.12 0 0.57
HSL 194.18º 0.33% 0.32% -
HSV(B) 194.18º 0.5% 0.43% -
XYZ 8.66 10.49 16.32 -
YUV 85.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 55 97 110 0.5 0.12 0 0.57 194.18 0.33 0.32
Hex 37 61 6E 32 C 0 39 C2 21 20
Octal 67 141 156 62 14 0 71 302 41 40
Binary 110111 1100001 1101110 110010 1100 0 111001 11000010 100001 100000

Color Harmonies of #37616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37616E

Black with #37616E

Text Example


Text Example

White with #37616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37616E; }

 p { color: rgb(55,97,110); }

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

background-color css

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

 a { background-color: rgb(55,97,110); }

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

border-color css

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

 span { border-color: rgb(55,97,110); }

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