#234E70

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

Shades of Venice Blue #234E70

Tints of Venice Blue #234E70

Color information

#234E70 (or 0x234E70) is unknown color: approx Venice Blue. HEX triplet: 23, 4E and 70. RGB value is (35,78,112). Sum of RGB (Red+Green+Blue) = 35+78+112=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #234E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E70 is #DCB18F. Grayscale: #444444. Windows color (decimal): -14463376 or 7360035. OLE color: 7360035.

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

Color convert

RGB3578112-
CMYK0.690.3000.56
HSL206.49º52.38%28.82%-
HSV(B)206.49º68.75%43.92%-
XYZ6.346.9816.34-
YUV69.02152.25103.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=15.56%
G=34.67%
B=49.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35781120.690.3000.56206.4952.3828.82
Hex234E70451E038ce341d
Octal43116160105360703166435
Binary1000111001110111000010001011111001110001100111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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