#234879

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

Shades of Venice Blue #234879

Tints of Venice Blue #234879

Color information

#234879 (or 0x234879) is unknown color: approx Venice Blue. HEX triplet: 23, 48 and 79. RGB value is (35,72,121). Sum of RGB (Red+Green+Blue) = 35+72+121=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #234879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234879 is #DCB786. Grayscale: #424242. Windows color (decimal): -14464903 or 7948323. OLE color: 7948323.

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

Color convert

RGB3572121-
CMYK0.710.4000.53
HSL214.19º55.13%30.59%-
HSV(B)214.19º71.07%47.45%-
XYZ6.466.3718.98-
YUV66.52158.74105.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=15.35%
G=31.58%
B=53.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35721210.710.4000.53214.1955.1330.59
Hex2348794728035d6371f
Octal43110171107500653266737
Binary10001110010001111001100011110100001101011101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234879; }

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

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

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

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

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

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

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

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