#234670

Color #234670 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #234670

Tints of Venice Blue #234670

Color information

#234670 (or 0x234670) is unknown color: approx Venice Blue. HEX triplet: 23, 46 and 70. RGB value is (35,70,112). Sum of RGB (Red+Green+Blue) = 35+70+112=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #234670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234670 is #DCB98F. Grayscale: #404040. Windows color (decimal): -14465424 or 7357987. OLE color: 7357987.

HSL color Cylindrical-coordinate representation of color #234670: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234670 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3570112-
CMYK0.690.3800.56
HSL212.73º52.38%28.82%-
HSV(B)212.73º68.75%43.92%-
XYZ5.815.9116.16-
YUV64.32154.9107.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=16.13%
G=32.26%
B=51.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35701120.690.3800.56212.7352.3828.82
Hex2346704526038d5341d
Octal43106160105460703256435
Binary10001110001101110000100010110011001110001101010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234670; }

 p { color: rgb(35,70,112); }

 H1.HeaderClassName
 {
   color: #234670;
 }
 .AnyTagClassName
 {
   color: #234670;
 }
</style>
background-color css

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

 a { background-color: rgb(35,70,112); }

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

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

 span { border-color: rgb(35,70,112); }

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