#264C75

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

Shades of Venice Blue #264C75

Tints of Venice Blue #264C75

Color information

#264C75 (or 0x264C75) is unknown color: approx Venice Blue. HEX triplet: 26, 4C and 75. RGB value is (38,76,117). Sum of RGB (Red+Green+Blue) = 38+76+117=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #264C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C75 is #D9B38A. Grayscale: #454545. Windows color (decimal): -14267275 or 7687206. OLE color: 7687206.

HSL color Cylindrical-coordinate representation of color #264C75: hue angle of 211.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264C75 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3876117-
CMYK0.680.3500.54
HSL211.14º50.97%30.39%-
HSV(B)211.14º67.52%45.88%-
XYZ6.596.8717.81-
YUV69.31154.91105.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=16.45%
G=32.90%
B=50.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38761170.680.3500.54211.1450.9730.39
Hex264C754423036d3331e
Octal46114165104430663236336
Binary10011010011001110101100010010001101101101101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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