Html Css Color HEX #375670 Venice Blue

📋 copy color: '#375670'

red 55 ◦ green 86 ◦ blue 112

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

Shades of Venice Blue #375670

Tints of Venice Blue #375670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 21.74%
G = 33.99%
B = 44.27%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#375670 (or 0x375670) is known color: Venice Blue. HEX triplet: 37, 56 and 70. RGB value is (55,86,112). Sum of RGB (Red+Green+Blue) = 55+86+112=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #375670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375670 is #C8A98F. Grayscale: #4F4F4F. Windows color (decimal): -13150608 or 7362103. OLE color: 7362103.

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

Color convert

RGB 55 86 112 -
CMYK 0.51 0.23 0 0.56
HSL 207.37º 0.34% 0.33% -
HSV(B) 207.37º 0.51% 0.44% -
XYZ 7.83 8.64 16.58 -
YUV 79.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 55 86 112 0.51 0.23 0 0.56 207.37 0.34 0.33
Hex 37 56 70 33 17 0 38 CF 22 21
Octal 67 126 160 63 27 0 70 317 42 41
Binary 110111 1010110 1110000 110011 10111 0 111000 11001111 100010 100001

Color Harmonies of #375670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375670

Black with #375670

Text Example


Text Example

White with #375670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375670; }

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

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

background-color css

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

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

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

border-color css

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

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

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