#26547A

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

Shades of Venice Blue #26547A

Tints of Venice Blue #26547A

Color information

#26547A (or 0x26547A) is unknown color: approx Venice Blue. HEX triplet: 26, 54 and 7A. RGB value is (38,84,122). Sum of RGB (Red+Green+Blue) = 38+84+122=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #26547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26547A is #D9AB85. Grayscale: #4A4A4A. Windows color (decimal): -14265222 or 8016934. OLE color: 8016934.

HSL color Cylindrical-coordinate representation of color #26547A: hue angle of 207.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26547A is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3884122-
CMYK0.690.3100.52
HSL207.14º52.5%31.37%-
HSV(B)207.14º68.85%47.84%-
XYZ7.488.1619.59-
YUV74.58154.76101.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 122 (48.05% from 255) = 50%
R=15.57%
G=34.43%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38841220.690.3100.52207.1452.531.37
Hex26547A451F034cf341f
Octal46124172105370643176437
Binary1001101010100111101010001011111101101001100111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26547A; }

 p { color: rgb(38,84,122); }

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

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

 a { background-color: rgb(38,84,122); }

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

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

 span { border-color: rgb(38,84,122); }

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