#264A74

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

Shades of Venice Blue #264A74

Tints of Venice Blue #264A74

Color information

#264A74 (or 0x264A74) is unknown color: approx Venice Blue. HEX triplet: 26, 4A and 74. RGB value is (38,74,116). Sum of RGB (Red+Green+Blue) = 38+74+116=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #264A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A74 is #D9B58B. Grayscale: #434343. Windows color (decimal): -14267788 or 7621158. OLE color: 7621158.

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

Color convert

RGB3874116-
CMYK0.670.3600.55
HSL212.31º50.65%30.2%-
HSV(B)212.31º67.24%45.49%-
XYZ6.46.5717.45-
YUV68.02155.07106.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=16.67%
G=32.46%
B=50.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38741160.670.3600.55212.3150.6530.2
Hex264A744324037d4331e
Octal46112164103440673246336
Binary10011010010101110100100001110010001101111101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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