#234770

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

Shades of Venice Blue #234770

Tints of Venice Blue #234770

Color information

#234770 (or 0x234770) is unknown color: approx Venice Blue. HEX triplet: 23, 47 and 70. RGB value is (35,71,112). Sum of RGB (Red+Green+Blue) = 35+71+112=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #234770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234770 is #DCB88F. Grayscale: #404040. Windows color (decimal): -14465168 or 7358243. OLE color: 7358243.

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

Color convert

RGB3571112-
CMYK0.690.3700.56
HSL211.95º52.38%28.82%-
HSV(B)211.95º68.75%43.92%-
XYZ5.876.0316.18-
YUV64.91154.57106.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=16.06%
G=32.57%
B=51.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35711120.690.3700.56211.9552.3828.82
Hex2347704525038d4341d
Octal43107160105450703246435
Binary10001110001111110000100010110010101110001101010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234770; }

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

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

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

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

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

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

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

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