Html Css Color HEX #37516F Venice Blue

📋 copy color: '#37516F'

red 55 ◦ green 81 ◦ blue 111

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

Shades of Venice Blue #37516F

Tints of Venice Blue #37516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 22.27%
G = 32.79%
B = 44.94%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37516F (or 0x37516F) is known color: Venice Blue. HEX triplet: 37, 51 and 6F. RGB value is (55,81,111). Sum of RGB (Red+Green+Blue) = 55+81+111=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #37516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37516F is #C8AE90. Grayscale: #4C4C4C. Windows color (decimal): -13151889 or 7295287. OLE color: 7295287.

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

Color convert

RGB 55 81 111 -
CMYK 0.50 0.27 0 0.56
HSL 212.14º 0.34% 0.33% -
HSV(B) 212.14º 0.5% 0.44% -
XYZ 7.39 7.84 16.16 -
YUV 76.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 55 81 111 0.50 0.27 0 0.56 212.14 0.34 0.33
Hex 37 51 6F 32 1B 0 38 D4 22 21
Octal 67 121 157 62 33 0 70 324 42 41
Binary 110111 1010001 1101111 110010 11011 0 111000 11010100 100010 100001

Color Harmonies of #37516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37516F

Black with #37516F

Text Example


Text Example

White with #37516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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