#264872

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

Shades of Venice Blue #264872

Tints of Venice Blue #264872

Color information

#264872 (or 0x264872) is unknown color: approx Venice Blue. HEX triplet: 26, 48 and 72. RGB value is (38,72,114). Sum of RGB (Red+Green+Blue) = 38+72+114=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #264872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264872 is #D9B78D. Grayscale: #424242. Windows color (decimal): -14268302 or 7489574. OLE color: 7489574.

HSL color Cylindrical-coordinate representation of color #264872: hue angle of 213.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264872 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3872114-
CMYK0.670.3700.55
HSL213.16º50%29.8%-
HSV(B)213.16º66.67%44.71%-
XYZ6.156.2616.8-
YUV66.62154.74107.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=16.96%
G=32.14%
B=50.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38721140.670.3700.55213.165029.8
Hex2648724325037d5321e
Octal46110162103450673256236
Binary10011010010001110010100001110010101101111101010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264872; }

 p { color: rgb(38,72,114); }

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

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

 a { background-color: rgb(38,72,114); }

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

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

 span { border-color: rgb(38,72,114); }

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