#234D72

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

Shades of Venice Blue #234D72

Tints of Venice Blue #234D72

Color information

#234D72 (or 0x234D72) is unknown color: approx Venice Blue. HEX triplet: 23, 4D and 72. RGB value is (35,77,114). Sum of RGB (Red+Green+Blue) = 35+77+114=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #234D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D72 is #DCB28D. Grayscale: #444444. Windows color (decimal): -14463630 or 7490851. OLE color: 7490851.

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

Color convert

RGB3577114-
CMYK0.690.3200.55
HSL208.1º53.02%29.22%-
HSV(B)208.1º69.3%44.71%-
XYZ6.386.8816.91-
YUV68.66153.59103.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=15.49%
G=34.07%
B=50.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35771140.690.3200.55208.153.0229.22
Hex234D724520037d0351d
Octal43115162105400673206535
Binary10001110011011110010100010110000001101111101000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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