#264870

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

Shades of Venice Blue #264870

Tints of Venice Blue #264870

Color information

#264870 (or 0x264870) is unknown color: approx Venice Blue. HEX triplet: 26, 48 and 70. RGB value is (38,72,112). Sum of RGB (Red+Green+Blue) = 38+72+112=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #264870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264870 is #D9B78F. Grayscale: #424242. Windows color (decimal): -14268304 or 7358502. OLE color: 7358502.

HSL color Cylindrical-coordinate representation of color #264870: hue angle of 212.43º 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 #264870 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3872112-
CMYK0.660.3600.56
HSL212.43º49.33%29.41%-
HSV(B)212.43º66.07%43.92%-
XYZ6.046.2216.21-
YUV66.39153.74107.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=17.12%
G=32.43%
B=50.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38721120.660.3600.56212.4349.3329.41
Hex2648704224038d4311d
Octal46110160102440703246135
Binary10011010010001110000100001010010001110001101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264870; }

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

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

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

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

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

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

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

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