Html Css Color HEX #37626F Blumine

📋 copy color: '#37626F'

red 55 ◦ green 98 ◦ blue 111

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

Shades of Blumine #37626F

Tints of Blumine #37626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 20.83%
G = 37.12%
B = 42.05%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37626F (or 0x37626F) is known color: Blumine. HEX triplet: 37, 62 and 6F. RGB value is (55,98,111). Sum of RGB (Red+Green+Blue) = 55+98+111=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #37626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37626F is #C89D90. Grayscale: #565656. Windows color (decimal): -13147537 or 7299639. OLE color: 7299639.

HSL color Cylindrical-coordinate representation of color #37626F: hue angle of 193.93º 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 #37626F is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 98 111 -
CMYK 0.50 0.12 0 0.56
HSL 193.93º 0.34% 0.33% -
HSV(B) 193.93º 0.5% 0.44% -
XYZ 8.81 10.7 16.64 -
YUV 86.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 55 98 111 0.50 0.12 0 0.56 193.93 0.34 0.33
Hex 37 62 6F 32 C 0 38 C2 22 21
Octal 67 142 157 62 14 0 70 302 42 41
Binary 110111 1100010 1101111 110010 1100 0 111000 11000010 100010 100001

Color Harmonies of #37626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37626F

Black with #37626F

Text Example


Text Example

White with #37626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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