#234C70

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

Shades of Venice Blue #234C70

Tints of Venice Blue #234C70

Color information

#234C70 (or 0x234C70) is unknown color: approx Venice Blue. HEX triplet: 23, 4C and 70. RGB value is (35,76,112). Sum of RGB (Red+Green+Blue) = 35+76+112=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #234C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C70 is #DCB38F. Grayscale: #434343. Windows color (decimal): -14463888 or 7359523. OLE color: 7359523.

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

Color convert

RGB3576112-
CMYK0.690.3200.56
HSL208.05º52.38%28.82%-
HSV(B)208.05º68.75%43.92%-
XYZ6.26.716.29-
YUV67.84152.92104.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=15.70%
G=34.08%
B=50.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35761120.690.3200.56208.0552.3828.82
Hex234C704520038d0341d
Octal43114160105400703206435
Binary10001110011001110000100010110000001110001101000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234C70; }

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

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

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

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

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

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

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

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