#234572

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

Shades of Venice Blue #234572

Tints of Venice Blue #234572

Color information

#234572 (or 0x234572) is unknown color: approx Venice Blue. HEX triplet: 23, 45 and 72. RGB value is (35,69,114). Sum of RGB (Red+Green+Blue) = 35+69+114=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #234572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234572 is #DCBA8D. Grayscale: #3F3F3F. Windows color (decimal): -14465678 or 7488803. OLE color: 7488803.

HSL color Cylindrical-coordinate representation of color #234572: hue angle of 214.18º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234572 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3569114-
CMYK0.690.3900.55
HSL214.18º53.02%29.22%-
HSV(B)214.18º69.3%44.71%-
XYZ5.865.8316.74-
YUV63.96156.24107.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=16.06%
G=31.65%
B=52.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35691140.690.3900.55214.1853.0229.22
Hex2345724527037d6351d
Octal43105162105470673266535
Binary10001110001011110010100010110011101101111101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234572; }

 p { color: rgb(35,69,114); }

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

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

 a { background-color: rgb(35,69,114); }

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

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

 span { border-color: rgb(35,69,114); }

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