#25569E

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

Shades of Endeavour #25569E

Tints of Endeavour #25569E

Color information

#25569E (or 0x25569E) is unknown color: approx Endeavour. HEX triplet: 25, 56 and 9E. RGB value is (37,86,158). Sum of RGB (Red+Green+Blue) = 37+86+158=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #25569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25569E is #DAA961. Grayscale: #4F4F4F. Windows color (decimal): -14330210 or 10376741. OLE color: 10376741.

HSL color Cylindrical-coordinate representation of color #25569E: hue angle of 215.7º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25569E is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3786158-
CMYK0.770.4600.38
HSL215.7º62.05%38.24%-
HSV(B)215.7º76.58%61.96%-
XYZ10.269.5233.64-
YUV79.56172.2797.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=13.17%
G=30.60%
B=56.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37861580.770.4600.38215.762.0538.24
Hex25569E4D2E026d83e26
Octal45126236115560463307646
Binary1001011010110100111101001101101110010011011011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25569E; }

 p { color: rgb(37,86,158); }

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

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

 a { background-color: rgb(37,86,158); }

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

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

 span { border-color: rgb(37,86,158); }

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