#26557A

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

Shades of Venice Blue #26557A

Tints of Venice Blue #26557A

Color information

#26557A (or 0x26557A) is unknown color: approx Venice Blue. HEX triplet: 26, 55 and 7A. RGB value is (38,85,122). Sum of RGB (Red+Green+Blue) = 38+85+122=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #26557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26557A is #D9AA85. Grayscale: #4A4A4A. Windows color (decimal): -14264966 or 8017190. OLE color: 8017190.

HSL color Cylindrical-coordinate representation of color #26557A: hue angle of 206.43º 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 #26557A is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3885122-
CMYK0.690.3000.52
HSL206.43º52.5%31.37%-
HSV(B)206.43º68.85%47.84%-
XYZ7.568.3119.62-
YUV75.16154.43101.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=15.51%
G=34.69%
B=49.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38851220.690.3000.52206.4352.531.37
Hex26557A451E034ce341f
Octal46125172105360643166437
Binary1001101010101111101010001011111001101001100111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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