#264975

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

Shades of Venice Blue #264975

Tints of Venice Blue #264975

Color information

#264975 (or 0x264975) is unknown color: approx Venice Blue. HEX triplet: 26, 49 and 75. RGB value is (38,73,117). Sum of RGB (Red+Green+Blue) = 38+73+117=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #264975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264975 is #D9B68A. Grayscale: #434343. Windows color (decimal): -14268043 or 7686438. OLE color: 7686438.

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

Color convert

RGB3873117-
CMYK0.680.3800.54
HSL213.42º50.97%30.39%-
HSV(B)213.42º67.52%45.88%-
XYZ6.396.4617.74-
YUV67.55155.9106.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=16.67%
G=32.02%
B=51.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38731170.680.3800.54213.4250.9730.39
Hex2649754426036d5331e
Octal46111165104460663256336
Binary10011010010011110101100010010011001101101101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264975; }

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

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

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

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

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

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

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

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