#25509A

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

Shades of Endeavour #25509A

Tints of Endeavour #25509A

Color information

#25509A (or 0x25509A) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 9A. RGB value is (37,80,154). Sum of RGB (Red+Green+Blue) = 37+80+154=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #25509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25509A is #DAAF65. Grayscale: #4B4B4B. Windows color (decimal): -14331750 or 10113061. OLE color: 10113061.

HSL color Cylindrical-coordinate representation of color #25509A: hue angle of 217.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25509A is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3780154-
CMYK0.760.4800.40
HSL217.95º61.26%37.45%-
HSV(B)217.95º75.97%60.39%-
XYZ9.468.4631.71-
YUV75.58172.25100.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=13.65%
G=29.52%
B=56.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37801540.760.4800.40217.9561.2637.45
Hex25509A4C30028da3d25
Octal45120232114600503327545
Binary1001011010000100110101001100110000010100011011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25509A; }

 p { color: rgb(37,80,154); }

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

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

 a { background-color: rgb(37,80,154); }

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

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

 span { border-color: rgb(37,80,154); }

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