#264C71

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

Shades of Venice Blue #264C71

Tints of Venice Blue #264C71

Color information

#264C71 (or 0x264C71) is unknown color: approx Venice Blue. HEX triplet: 26, 4C and 71. RGB value is (38,76,113). Sum of RGB (Red+Green+Blue) = 38+76+113=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #264C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C71 is #D9B38E. Grayscale: #444444. Windows color (decimal): -14267279 or 7425062. OLE color: 7425062.

HSL color Cylindrical-coordinate representation of color #264C71: hue angle of 209.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264C71 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3876113-
CMYK0.660.3300.56
HSL209.6º49.67%29.61%-
HSV(B)209.6º66.37%44.31%-
XYZ6.366.7716.59-
YUV68.86152.91105.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=16.74%
G=33.48%
B=49.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38761130.660.3300.56209.649.6729.61
Hex264C714221038d2321e
Octal46114161102410703226236
Binary10011010011001110001100001010000101110001101001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264C71; }

 p { color: rgb(38,76,113); }

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

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

 a { background-color: rgb(38,76,113); }

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

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

 span { border-color: rgb(38,76,113); }

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