Html Css Color HEX #375470 Venice Blue

📋 copy color: '#375470'

red 55 ◦ green 84 ◦ blue 112

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

Shades of Venice Blue #375470

Tints of Venice Blue #375470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.62%

R = 21.91%
G = 33.47%
B = 44.62%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375470 (or 0x375470) is known color: Venice Blue. HEX triplet: 37, 54 and 70. RGB value is (55,84,112). Sum of RGB (Red+Green+Blue) = 55+84+112=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #375470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375470 is #C8AB8F. Grayscale: #4E4E4E. Windows color (decimal): -13151120 or 7361591. OLE color: 7361591.

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

Color convert

RGB 55 84 112 -
CMYK 0.51 0.25 0 0.56
HSL 209.47º 0.34% 0.33% -
HSV(B) 209.47º 0.51% 0.44% -
XYZ 7.67 8.32 16.53 -
YUV 78.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 55 84 112 0.51 0.25 0 0.56 209.47 0.34 0.33
Hex 37 54 70 33 19 0 38 D1 22 21
Octal 67 124 160 63 31 0 70 321 42 41
Binary 110111 1010100 1110000 110011 11001 0 111000 11010001 100010 100001

Color Harmonies of #375470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375470

Black with #375470

Text Example


Text Example

White with #375470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375470; }

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

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

background-color css

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

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

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

border-color css

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

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

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