#265374

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

Shades of Venice Blue #265374

Tints of Venice Blue #265374

Color information

#265374 (or 0x265374) is unknown color: approx Venice Blue. HEX triplet: 26, 53 and 74. RGB value is (38,83,116). Sum of RGB (Red+Green+Blue) = 38+83+116=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #265374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265374 is #D9AC8B. Grayscale: #494949. Windows color (decimal): -14265484 or 7623462. OLE color: 7623462.

HSL color Cylindrical-coordinate representation of color #265374: hue angle of 205.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265374 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3883116-
CMYK0.670.2800.55
HSL205.38º50.65%30.2%-
HSV(B)205.38º67.24%45.49%-
XYZ7.047.8617.67-
YUV73.31152.09102.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=16.03%
G=35.02%
B=48.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38831160.670.2800.55205.3850.6530.2
Hex265374431C037cd331e
Octal46123164103340673156336
Binary1001101010011111010010000111110001101111100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265374; }

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

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

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

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

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

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

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

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