Html Css Color HEX #375570 Venice Blue

📋 copy color: '#375570'

red 55 ◦ green 85 ◦ blue 112

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

Shades of Venice Blue #375570

Tints of Venice Blue #375570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 21.83%
G = 33.73%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375570 (or 0x375570) is known color: Venice Blue. HEX triplet: 37, 55 and 70. RGB value is (55,85,112). Sum of RGB (Red+Green+Blue) = 55+85+112=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #375570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375570 is #C8AA8F. Grayscale: #4E4E4E. Windows color (decimal): -13150864 or 7361847. OLE color: 7361847.

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

Color convert

RGB 55 85 112 -
CMYK 0.51 0.24 0 0.56
HSL 208.42º 0.34% 0.33% -
HSV(B) 208.42º 0.51% 0.44% -
XYZ 7.75 8.48 16.56 -
YUV 79.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 55 85 112 0.51 0.24 0 0.56 208.42 0.34 0.33
Hex 37 55 70 33 18 0 38 D0 22 21
Octal 67 125 160 63 30 0 70 320 42 41
Binary 110111 1010101 1110000 110011 11000 0 111000 11010000 100010 100001

Color Harmonies of #375570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375570

Black with #375570

Text Example


Text Example

White with #375570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375570; }

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

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

background-color css

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

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

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

border-color css

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

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

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