#234C79

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

Shades of Venice Blue #234C79

Tints of Venice Blue #234C79

Color information

#234C79 (or 0x234C79) is unknown color: approx Venice Blue. HEX triplet: 23, 4C and 79. RGB value is (35,76,121). Sum of RGB (Red+Green+Blue) = 35+76+121=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #234C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C79 is #DCB386. Grayscale: #444444. Windows color (decimal): -14463879 or 7949347. OLE color: 7949347.

HSL color Cylindrical-coordinate representation of color #234C79: hue angle of 211.4º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234C79 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3576121-
CMYK0.710.3700.53
HSL211.4º55.13%30.59%-
HSV(B)211.4º71.07%47.45%-
XYZ6.736.9119.07-
YUV68.87157.42103.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=15.09%
G=32.76%
B=52.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35761210.710.3700.53211.455.1330.59
Hex234C794725035d3371f
Octal43114171107450653236737
Binary10001110011001111001100011110010101101011101001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,121); }

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

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

 a { background-color: rgb(35,76,121); }

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

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

 span { border-color: rgb(35,76,121); }

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