Html Css Color HEX #37526F Venice Blue

📋 copy color: '#37526F'

red 55 ◦ green 82 ◦ blue 111

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

Shades of Venice Blue #37526F

Tints of Venice Blue #37526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 22.18%
G = 33.06%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37526F (or 0x37526F) is known color: Venice Blue. HEX triplet: 37, 52 and 6F. RGB value is (55,82,111). Sum of RGB (Red+Green+Blue) = 55+82+111=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #37526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37526F is #C8AD90. Grayscale: #4D4D4D. Windows color (decimal): -13151633 or 7295543. OLE color: 7295543.

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

Color convert

RGB 55 82 111 -
CMYK 0.50 0.26 0 0.56
HSL 211.07º 0.34% 0.33% -
HSV(B) 211.07º 0.5% 0.44% -
XYZ 7.46 7.99 16.19 -
YUV 77.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 55 82 111 0.50 0.26 0 0.56 211.07 0.34 0.33
Hex 37 52 6F 32 1A 0 38 D3 22 21
Octal 67 122 157 62 32 0 70 323 42 41
Binary 110111 1010010 1101111 110010 11010 0 111000 11010011 100010 100001

Color Harmonies of #37526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37526F

Black with #37526F

Text Example


Text Example

White with #37526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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