#264B6D

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

Shades of Venice Blue #264B6D

Tints of Venice Blue #264B6D

Color information

#264B6D (or 0x264B6D) is unknown color: approx Venice Blue. HEX triplet: 26, 4B and 6D. RGB value is (38,75,109). Sum of RGB (Red+Green+Blue) = 38+75+109=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #264B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B6D is #D9B492. Grayscale: #434343. Windows color (decimal): -14267539 or 7162662. OLE color: 7162662.

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

Color convert

RGB3875109-
CMYK0.650.3100.57
HSL208.73º48.3%28.82%-
HSV(B)208.73º65.14%42.75%-
XYZ6.086.5515.41-
YUV67.81151.24106.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=17.12%
G=33.78%
B=49.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38751090.650.3100.57208.7348.328.82
Hex264B6D411F039d1301d
Octal46113155101370713216035
Binary1001101001011110110110000011111101110011101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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