#25568A

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

Shades of Endeavour #25568A

Tints of Endeavour #25568A

Color information

#25568A (or 0x25568A) is unknown color: approx Endeavour. HEX triplet: 25, 56 and 8A. RGB value is (37,86,138). Sum of RGB (Red+Green+Blue) = 37+86+138=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #25568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25568A is #DAA975. Grayscale: #4D4D4D. Windows color (decimal): -14330230 or 9066021. OLE color: 9066021.

HSL color Cylindrical-coordinate representation of color #25568A: hue angle of 210.89º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25568A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3786138-
CMYK0.730.3800.46
HSL210.89º57.71%34.31%-
HSV(B)210.89º73.19%54.12%-
XYZ8.688.8825.3-
YUV77.28162.2799.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=14.18%
G=32.95%
B=52.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37861380.730.3800.46210.8957.7134.31
Hex25568A492602Ed33a22
Octal45126212111460563237242
Binary1001011010110100010101001001100110010111011010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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