#264B6E

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

Shades of Venice Blue #264B6E

Tints of Venice Blue #264B6E

Color information

#264B6E (or 0x264B6E) is unknown color: approx Venice Blue. HEX triplet: 26, 4B and 6E. RGB value is (38,75,110). Sum of RGB (Red+Green+Blue) = 38+75+110=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #264B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B6E is #D9B491. Grayscale: #434343. Windows color (decimal): -14267538 or 7228198. OLE color: 7228198.

HSL color Cylindrical-coordinate representation of color #264B6E: hue angle of 209.17º degrees, saturation: 0.49, 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 #264B6E is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3875110-
CMYK0.650.3200.57
HSL209.17º48.65%29.02%-
HSV(B)209.17º65.45%43.14%-
XYZ6.136.5715.7-
YUV67.93151.74106.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=17.04%
G=33.63%
B=49.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38751100.650.3200.57209.1748.6529.02
Hex264B6E4120039d1311d
Octal46113156101400713216135
Binary10011010010111101110100000110000001110011101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B6E; }

 p { color: rgb(38,75,110); }

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

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

 a { background-color: rgb(38,75,110); }

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

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

 span { border-color: rgb(38,75,110); }

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