Html Css Color HEX #37646F Blumine

📋 copy color: '#37646F'

red 55 ◦ green 100 ◦ blue 111

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

Shades of Blumine #37646F

Tints of Blumine #37646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 20.68%
G = 37.59%
B = 41.73%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37646F (or 0x37646F) is known color: Blumine. HEX triplet: 37, 64 and 6F. RGB value is (55,100,111). Sum of RGB (Red+Green+Blue) = 55+100+111=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #37646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37646F is #C89B90. Grayscale: #575757. Windows color (decimal): -13147025 or 7300151. OLE color: 7300151.

HSL color Cylindrical-coordinate representation of color #37646F: hue angle of 191.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37646F is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 100 111 -
CMYK 0.50 0.10 0 0.56
HSL 191.79º 0.34% 0.33% -
HSV(B) 191.79º 0.5% 0.44% -
XYZ 9 11.07 16.7 -
YUV 87.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 55 100 111 0.50 0.10 0 0.56 191.79 0.34 0.33
Hex 37 64 6F 32 A 0 38 C0 22 21
Octal 67 144 157 62 12 0 70 300 42 41
Binary 110111 1100100 1101111 110010 1010 0 111000 11000000 100010 100001

Color Harmonies of #37646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37646F

Black with #37646F

Text Example


Text Example

White with #37646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37646F; }

 p { color: rgb(55,100,111); }

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

background-color css

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

 a { background-color: rgb(55,100,111); }

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

border-color css

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

 span { border-color: rgb(55,100,111); }

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