#265378

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

Shades of Venice Blue #265378

Tints of Venice Blue #265378

Color information

#265378 (or 0x265378) is unknown color: approx Venice Blue. HEX triplet: 26, 53 and 78. RGB value is (38,83,120). Sum of RGB (Red+Green+Blue) = 38+83+120=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #265378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265378 is #D9AC87. Grayscale: #494949. Windows color (decimal): -14265480 or 7885606. OLE color: 7885606.

HSL color Cylindrical-coordinate representation of color #265378: hue angle of 207.07º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265378 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3883120-
CMYK0.680.3100.53
HSL207.07º51.9%30.98%-
HSV(B)207.07º68.33%47.06%-
XYZ7.287.9518.92-
YUV73.76154.09102.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=15.77%
G=34.44%
B=49.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38831200.680.3100.53207.0751.930.98
Hex265378441F035cf341f
Octal46123170104370653176437
Binary1001101010011111100010001001111101101011100111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265378; }

 p { color: rgb(38,83,120); }

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

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

 a { background-color: rgb(38,83,120); }

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

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

 span { border-color: rgb(38,83,120); }

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