#234676

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

Shades of Venice Blue #234676

Tints of Venice Blue #234676

Color information

#234676 (or 0x234676) is unknown color: approx Venice Blue. HEX triplet: 23, 46 and 76. RGB value is (35,70,118). Sum of RGB (Red+Green+Blue) = 35+70+118=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #234676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234676 is #DCB989. Grayscale: #404040. Windows color (decimal): -14465418 or 7751203. OLE color: 7751203.

HSL color Cylindrical-coordinate representation of color #234676: hue angle of 214.7º 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 #234676 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3570118-
CMYK0.700.4100.54
HSL214.7º54.25%30%-
HSV(B)214.7º70.34%46.27%-
XYZ6.156.0517.98-
YUV65.01157.9106.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=15.70%
G=31.39%
B=52.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35701180.700.4100.54214.754.2530
Hex2346764629036d7361e
Octal43106166106510663276636
Binary10001110001101110110100011010100101101101101011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234676; }

 p { color: rgb(35,70,118); }

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

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

 a { background-color: rgb(35,70,118); }

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

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

 span { border-color: rgb(35,70,118); }

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