#234C71

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

Shades of Venice Blue #234C71

Tints of Venice Blue #234C71

Color information

#234C71 (or 0x234C71) is unknown color: approx Venice Blue. HEX triplet: 23, 4C and 71. RGB value is (35,76,113). Sum of RGB (Red+Green+Blue) = 35+76+113=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #234C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C71 is #DCB38E. Grayscale: #434343. Windows color (decimal): -14463887 or 7425059. OLE color: 7425059.

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

Color convert

RGB3576113-
CMYK0.690.3300.56
HSL208.46º52.7%29.02%-
HSV(B)208.46º69.03%44.31%-
XYZ6.266.7216.59-
YUV67.96153.42104.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.62%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=15.62%
G=33.93%
B=50.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35761130.690.3300.56208.4652.729.02
Hex234C714521038d0351d
Octal43114161105410703206535
Binary10001110011001110001100010110000101110001101000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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