#264A70

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

Shades of Venice Blue #264A70

Tints of Venice Blue #264A70

Color information

#264A70 (or 0x264A70) is unknown color: approx Venice Blue. HEX triplet: 26, 4A and 70. RGB value is (38,74,112). Sum of RGB (Red+Green+Blue) = 38+74+112=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #264A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A70 is #D9B58F. Grayscale: #434343. Windows color (decimal): -14267792 or 7359014. OLE color: 7359014.

HSL color Cylindrical-coordinate representation of color #264A70: hue angle of 210.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264A70 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3874112-
CMYK0.660.3400.56
HSL210.81º49.33%29.41%-
HSV(B)210.81º66.07%43.92%-
XYZ6.176.4816.25-
YUV67.57153.07106.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 112 (44.14% from 255) = 50%
R=16.96%
G=33.04%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38741120.660.3400.56210.8149.3329.41
Hex264A704222038d3311d
Octal46112160102420703236135
Binary10011010010101110000100001010001001110001101001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,112); }

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

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

 a { background-color: rgb(38,74,112); }

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

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

 span { border-color: rgb(38,74,112); }

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