#234E71

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

Shades of Venice Blue #234E71

Tints of Venice Blue #234E71

Color information

#234E71 (or 0x234E71) is unknown color: approx Venice Blue. HEX triplet: 23, 4E and 71. RGB value is (35,78,113). Sum of RGB (Red+Green+Blue) = 35+78+113=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #234E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E71 is #DCB18E. Grayscale: #444444. Windows color (decimal): -14463375 or 7425571. OLE color: 7425571.

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

Color convert

RGB3578113-
CMYK0.690.3100.56
HSL206.92º52.7%29.02%-
HSV(B)206.92º69.03%44.31%-
XYZ6.4716.64-
YUV69.13152.75103.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 113 (44.53% from 255) = 50%
R=15.49%
G=34.51%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35781130.690.3100.56206.9252.729.02
Hex234E71451F038cf351d
Octal43116161105370703176535
Binary1000111001110111000110001011111101110001100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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