#264D75

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

Shades of Venice Blue #264D75

Tints of Venice Blue #264D75

Color information

#264D75 (or 0x264D75) is unknown color: approx Venice Blue. HEX triplet: 26, 4D and 75. RGB value is (38,77,117). Sum of RGB (Red+Green+Blue) = 38+77+117=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #264D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D75 is #D9B28A. Grayscale: #454545. Windows color (decimal): -14267019 or 7687462. OLE color: 7687462.

HSL color Cylindrical-coordinate representation of color #264D75: hue angle of 210.38º 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 #264D75 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3877117-
CMYK0.680.3400.54
HSL210.38º50.97%30.39%-
HSV(B)210.38º67.52%45.88%-
XYZ6.66717.83-
YUV69.9154.58105.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=16.38%
G=33.19%
B=50.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38771170.680.3400.54210.3850.9730.39
Hex264D754422036d2331e
Octal46115165104420663226336
Binary10011010011011110101100010010001001101101101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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