#25549A

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

Shades of Endeavour #25549A

Tints of Endeavour #25549A

Color information

#25549A (or 0x25549A) is unknown color: approx Endeavour. HEX triplet: 25, 54 and 9A. RGB value is (37,84,154). Sum of RGB (Red+Green+Blue) = 37+84+154=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #25549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25549A is #DAAB65. Grayscale: #4D4D4D. Windows color (decimal): -14330726 or 10114085. OLE color: 10114085.

HSL color Cylindrical-coordinate representation of color #25549A: hue angle of 215.9º 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 #25549A is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3784154-
CMYK0.760.4500.40
HSL215.9º61.26%37.45%-
HSV(B)215.9º75.97%60.39%-
XYZ9.779.0731.81-
YUV77.93170.9398.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 154 (60.55% from 255) = 56%
R=13.45%
G=30.55%
B=56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37841540.760.4500.40215.961.2637.45
Hex25549A4C2D028d83d25
Octal45124232114550503307545
Binary1001011010100100110101001100101101010100011011000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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