#26486D

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

Shades of Venice Blue #26486D

Tints of Venice Blue #26486D

Color information

#26486D (or 0x26486D) is unknown color: approx Venice Blue. HEX triplet: 26, 48 and 6D. RGB value is (38,72,109). Sum of RGB (Red+Green+Blue) = 38+72+109=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #26486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26486D is #D9B792. Grayscale: #414141. Windows color (decimal): -14268307 or 7161894. OLE color: 7161894.

HSL color Cylindrical-coordinate representation of color #26486D: hue angle of 211.27º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26486D is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3872109-
CMYK0.650.3400.57
HSL211.27º48.3%28.82%-
HSV(B)211.27º65.14%42.75%-
XYZ5.886.1515.35-
YUV66.05152.24107.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=17.35%
G=32.88%
B=49.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38721090.650.3400.57211.2748.328.82
Hex26486D4122039d3301d
Octal46110155101420713236035
Binary10011010010001101101100000110001001110011101001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26486D; }

 p { color: rgb(38,72,109); }

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

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

 a { background-color: rgb(38,72,109); }

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

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

 span { border-color: rgb(38,72,109); }

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