Html Css Color HEX #375471 Venice Blue

📋 copy color: '#375471'

red 55 ◦ green 84 ◦ blue 113

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

Shades of Venice Blue #375471

Tints of Venice Blue #375471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 21.83%
G = 33.33%
B = 44.84%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375471 (or 0x375471) is known color: Venice Blue. HEX triplet: 37, 54 and 71. RGB value is (55,84,113). Sum of RGB (Red+Green+Blue) = 55+84+113=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #375471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375471 is #C8AB8E. Grayscale: #4E4E4E. Windows color (decimal): -13151119 or 7427127. OLE color: 7427127.

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

Color convert

RGB 55 84 113 -
CMYK 0.51 0.26 0 0.56
HSL 210º 0.35% 0.33% -
HSV(B) 210º 0.51% 0.44% -
XYZ 7.73 8.35 16.83 -
YUV 78.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 55 84 113 0.51 0.26 0 0.56 210 0.35 0.33
Hex 37 54 71 33 1A 0 38 D2 23 21
Octal 67 124 161 63 32 0 70 322 43 41
Binary 110111 1010100 1110001 110011 11010 0 111000 11010010 100011 100001

Color Harmonies of #375471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375471

Black with #375471

Text Example


Text Example

White with #375471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375471; }

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

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

background-color css

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

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

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

border-color css

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

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

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