#264774

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

Shades of Venice Blue #264774

Tints of Venice Blue #264774

Color information

#264774 (or 0x264774) is unknown color: approx Venice Blue. HEX triplet: 26, 47 and 74. RGB value is (38,71,116). Sum of RGB (Red+Green+Blue) = 38+71+116=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #264774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264774 is #D9B88B. Grayscale: #424242. Windows color (decimal): -14268556 or 7620390. OLE color: 7620390.

HSL color Cylindrical-coordinate representation of color #264774: hue angle of 214.62º degrees, saturation: 0.51, 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 #264774 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3871116-
CMYK0.670.3900.55
HSL214.62º50.65%30.2%-
HSV(B)214.62º67.24%45.49%-
XYZ6.26.1817.39-
YUV66.26156.07107.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=16.89%
G=31.56%
B=51.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38711160.670.3900.55214.6250.6530.2
Hex2647744327037d7331e
Octal46107164103470673276336
Binary10011010001111110100100001110011101101111101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264774; }

 p { color: rgb(38,71,116); }

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

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

 a { background-color: rgb(38,71,116); }

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

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

 span { border-color: rgb(38,71,116); }

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