#264B78

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

Shades of Venice Blue #264B78

Tints of Venice Blue #264B78

Color information

#264B78 (or 0x264B78) is unknown color: approx Venice Blue. HEX triplet: 26, 4B and 78. RGB value is (38,75,120). Sum of RGB (Red+Green+Blue) = 38+75+120=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #264B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B78 is #D9B487. Grayscale: #444444. Windows color (decimal): -14267528 or 7883558. OLE color: 7883558.

HSL color Cylindrical-coordinate representation of color #264B78: hue angle of 212.93º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264B78 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3875120-
CMYK0.680.3700.53
HSL212.93º51.9%30.98%-
HSV(B)212.93º68.33%47.06%-
XYZ6.716.818.73-
YUV69.07156.74105.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=16.31%
G=32.19%
B=51.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38751200.680.3700.53212.9351.930.98
Hex264B784425035d5341f
Octal46113170104450653256437
Binary10011010010111111000100010010010101101011101010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,75,120); }

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

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

 a { background-color: rgb(38,75,120); }

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

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

 span { border-color: rgb(38,75,120); }

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