Html Css Color HEX #375371 Venice Blue

📋 copy color: '#375371'

red 55 ◦ green 83 ◦ blue 113

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

Shades of Venice Blue #375371

Tints of Venice Blue #375371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 21.91%
G = 33.07%
B = 45.02%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375371 (or 0x375371) is known color: Venice Blue. HEX triplet: 37, 53 and 71. RGB value is (55,83,113). Sum of RGB (Red+Green+Blue) = 55+83+113=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #375371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375371 is #C8AC8E. Grayscale: #4D4D4D. Windows color (decimal): -13151375 or 7426871. OLE color: 7426871.

HSL color Cylindrical-coordinate representation of color #375371: hue angle of 211.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375371 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 83 113 -
CMYK 0.51 0.27 0 0.56
HSL 211.03º 0.35% 0.33% -
HSV(B) 211.03º 0.51% 0.44% -
XYZ 7.65 8.19 16.8 -
YUV 78.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 55 83 113 0.51 0.27 0 0.56 211.03 0.35 0.33
Hex 37 53 71 33 1B 0 38 D3 23 21
Octal 67 123 161 63 33 0 70 323 43 41
Binary 110111 1010011 1110001 110011 11011 0 111000 11010011 100011 100001

Color Harmonies of #375371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375371

Black with #375371

Text Example


Text Example

White with #375371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375371; }

 p { color: rgb(55,83,113); }

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

background-color css

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

 a { background-color: rgb(55,83,113); }

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

border-color css

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

 span { border-color: rgb(55,83,113); }

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