#265C95

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

Shades of Endeavour #265C95

Tints of Endeavour #265C95

Color information

#265C95 (or 0x265C95) is unknown color: approx Endeavour. HEX triplet: 26, 5C and 95. RGB value is (38,92,149). Sum of RGB (Red+Green+Blue) = 38+92+149=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #265C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265C95 is #D9A36A. Grayscale: #525252. Windows color (decimal): -14263147 or 9788454. OLE color: 9788454.

HSL color Cylindrical-coordinate representation of color #265C95: hue angle of 210.81º 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 #265C95 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3892149-
CMYK0.740.3800.42
HSL210.81º59.36%36.67%-
HSV(B)210.81º74.5%58.43%-
XYZ10.0510.2429.88-
YUV82.35165.6196.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=13.62%
G=32.97%
B=53.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38921490.740.3800.42210.8159.3636.67
Hex265C954A2602Ad33b25
Octal46134225112460523237345
Binary1001101011100100101011001010100110010101011010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265C95; }

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

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

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

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

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

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

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

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