#25539C

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

Shades of Endeavour #25539C

Tints of Endeavour #25539C

Color information

#25539C (or 0x25539C) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 9C. RGB value is (37,83,156). Sum of RGB (Red+Green+Blue) = 37+83+156=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #25539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25539C is #DAAC63. Grayscale: #4D4D4D. Windows color (decimal): -14330980 or 10244901. OLE color: 10244901.

HSL color Cylindrical-coordinate representation of color #25539C: hue angle of 216.81º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25539C is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3783156-
CMYK0.760.4700.39
HSL216.81º61.66%37.84%-
HSV(B)216.81º76.28%61.18%-
XYZ9.868.9832.67-
YUV77.57172.2699.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=13.41%
G=30.07%
B=56.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37831560.760.4700.39216.8161.6637.84
Hex25539C4C2F027d93e26
Octal45123234114570473317646
Binary1001011010011100111001001100101111010011111011001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25539C; }

 p { color: rgb(37,83,156); }

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

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

 a { background-color: rgb(37,83,156); }

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

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

 span { border-color: rgb(37,83,156); }

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