#26507C

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

Shades of Venice Blue #26507C

Tints of Venice Blue #26507C

Color information

#26507C (or 0x26507C) is unknown color: approx Venice Blue. HEX triplet: 26, 50 and 7C. RGB value is (38,80,124). Sum of RGB (Red+Green+Blue) = 38+80+124=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #26507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26507C is #D9AF83. Grayscale: #484848. Windows color (decimal): -14266244 or 8146982. OLE color: 8146982.

HSL color Cylindrical-coordinate representation of color #26507C: hue angle of 210.7º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26507C is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3880124-
CMYK0.690.3500.51
HSL210.7º53.09%31.76%-
HSV(B)210.7º69.35%48.63%-
XYZ7.317.620.15-
YUV72.46157.09103.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=15.70%
G=33.06%
B=51.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38801240.690.3500.51210.753.0931.76
Hex26507C4523033d33520
Octal46120174105430633236540
Binary100110101000011111001000101100011011001111010011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26507C; }

 p { color: rgb(38,80,124); }

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

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

 a { background-color: rgb(38,80,124); }

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

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

 span { border-color: rgb(38,80,124); }

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