#264E74

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

Shades of Venice Blue #264E74

Tints of Venice Blue #264E74

Color information

#264E74 (or 0x264E74) is unknown color: approx Venice Blue. HEX triplet: 26, 4E and 74. RGB value is (38,78,116). Sum of RGB (Red+Green+Blue) = 38+78+116=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #264E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E74 is #D9B18B. Grayscale: #464646. Windows color (decimal): -14266764 or 7622182. OLE color: 7622182.

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

Color convert

RGB3878116-
CMYK0.670.3300.55
HSL209.23º50.65%30.2%-
HSV(B)209.23º67.24%45.49%-
XYZ6.687.1217.55-
YUV70.37153.75104.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 116 (45.70% from 255) = 50%
R=16.38%
G=33.62%
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
Decimal38781160.670.3300.55209.2350.6530.2
Hex264E744321037d1331e
Octal46116164103410673216336
Binary10011010011101110100100001110000101101111101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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