#264C72

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

Shades of Venice Blue #264C72

Tints of Venice Blue #264C72

Color information

#264C72 (or 0x264C72) is unknown color: approx Venice Blue. HEX triplet: 26, 4C and 72. RGB value is (38,76,114). Sum of RGB (Red+Green+Blue) = 38+76+114=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #264C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C72 is #D9B38D. Grayscale: #444444. Windows color (decimal): -14267278 or 7490598. OLE color: 7490598.

HSL color Cylindrical-coordinate representation of color #264C72: hue angle of 210º 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 #264C72 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3876114-
CMYK0.670.3300.55
HSL210º50%29.8%-
HSV(B)210º66.67%44.71%-
XYZ6.426.816.89-
YUV68.97153.41105.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38761140.670.3300.552105029.8
Hex264C724321037d2321e
Octal46114162103410673226236
Binary10011010011001110010100001110000101101111101001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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