#265395

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

Shades of Endeavour #265395

Tints of Endeavour #265395

Color information

#265395 (or 0x265395) is unknown color: approx Endeavour. HEX triplet: 26, 53 and 95. RGB value is (38,83,149). Sum of RGB (Red+Green+Blue) = 38+83+149=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #265395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265395 is #D9AC6A. Grayscale: #4C4C4C. Windows color (decimal): -14265451 or 9786150. OLE color: 9786150.

HSL color Cylindrical-coordinate representation of color #265395: hue angle of 215.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265395 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3883149-
CMYK0.740.4400.42
HSL215.68º59.36%36.67%-
HSV(B)215.68º74.5%58.43%-
XYZ9.328.7729.64-
YUV77.07168.59100.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=14.07%
G=30.74%
B=55.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38831490.740.4400.42215.6859.3636.67
Hex2653954A2C02Ad83b25
Octal46123225112540523307345
Binary1001101010011100101011001010101100010101011011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265395; }

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

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

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

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

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

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

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

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