#234E79

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

Shades of Venice Blue #234E79

Tints of Venice Blue #234E79

Color information

#234E79 (or 0x234E79) is unknown color: approx Venice Blue. HEX triplet: 23, 4E and 79. RGB value is (35,78,121). Sum of RGB (Red+Green+Blue) = 35+78+121=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #234E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E79 is #DCB186. Grayscale: #454545. Windows color (decimal): -14463367 or 7949859. OLE color: 7949859.

HSL color Cylindrical-coordinate representation of color #234E79: hue angle of 210º 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 #234E79 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3578121-
CMYK0.710.3600.53
HSL210º55.13%30.59%-
HSV(B)210º71.07%47.45%-
XYZ6.877.1919.11-
YUV70.04156.75103-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=14.96%
G=33.33%
B=51.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35781210.710.3600.5321055.1330.59
Hex234E794724035d2371f
Octal43116171107440653226737
Binary10001110011101111001100011110010001101011101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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