#234775

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

Shades of Venice Blue #234775

Tints of Venice Blue #234775

Color information

#234775 (or 0x234775) is unknown color: approx Venice Blue. HEX triplet: 23, 47 and 75. RGB value is (35,71,117). Sum of RGB (Red+Green+Blue) = 35+71+117=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #234775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234775 is #DCB88A. Grayscale: #414141. Windows color (decimal): -14465163 or 7685923. OLE color: 7685923.

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

Color convert

RGB3571117-
CMYK0.700.3900.54
HSL213.66º53.95%29.8%-
HSV(B)213.66º70.09%45.88%-
XYZ6.166.1517.69-
YUV65.48157.07106.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=15.70%
G=31.84%
B=52.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35711170.700.3900.54213.6653.9529.8
Hex2347754627036d6361e
Octal43107165106470663266636
Binary10001110001111110101100011010011101101101101011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234775; }

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

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

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

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

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

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

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

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