#265277

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

Shades of Venice Blue #265277

Tints of Venice Blue #265277

Color information

#265277 (or 0x265277) is unknown color: approx Venice Blue. HEX triplet: 26, 52 and 77. RGB value is (38,82,119). Sum of RGB (Red+Green+Blue) = 38+82+119=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #265277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265277 is #D9AD88. Grayscale: #484848. Windows color (decimal): -14265737 or 7819814. OLE color: 7819814.

HSL color Cylindrical-coordinate representation of color #265277: hue angle of 207.41º 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 #265277 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3882119-
CMYK0.680.3100.53
HSL207.41º51.59%30.78%-
HSV(B)207.41º68.07%46.67%-
XYZ7.157.7818.58-
YUV73.06153.92102.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=15.90%
G=34.31%
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
Decimal38821190.680.3100.53207.4151.5930.78
Hex265277441F035cf341f
Octal46122167104370653176437
Binary1001101010010111011110001001111101101011100111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265277; }

 p { color: rgb(38,82,119); }

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

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

 a { background-color: rgb(38,82,119); }

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

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

 span { border-color: rgb(38,82,119); }

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