#234D75

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

Shades of Venice Blue #234D75

Tints of Venice Blue #234D75

Color information

#234D75 (or 0x234D75) is unknown color: approx Venice Blue. HEX triplet: 23, 4D and 75. RGB value is (35,77,117). Sum of RGB (Red+Green+Blue) = 35+77+117=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #234D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D75 is #DCB28A. Grayscale: #444444. Windows color (decimal): -14463627 or 7687459. OLE color: 7687459.

HSL color Cylindrical-coordinate representation of color #234D75: hue angle of 209.27º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234D75 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3577117-
CMYK0.700.3400.54
HSL209.27º53.95%29.8%-
HSV(B)209.27º70.09%45.88%-
XYZ6.566.9517.83-
YUV69155.09103.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=15.28%
G=33.62%
B=51.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35771170.700.3400.54209.2753.9529.8
Hex234D754622036d1361e
Octal43115165106420663216636
Binary10001110011011110101100011010001001101101101000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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