#25538D

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

Shades of Endeavour #25538D

Tints of Endeavour #25538D

Color information

#25538D (or 0x25538D) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 8D. RGB value is (37,83,141). Sum of RGB (Red+Green+Blue) = 37+83+141=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #25538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25538D is #DAAC72. Grayscale: #4B4B4B. Windows color (decimal): -14330995 or 9261861. OLE color: 9261861.

HSL color Cylindrical-coordinate representation of color #25538D: hue angle of 213.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25538D is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3783141-
CMYK0.740.4100.45
HSL213.46º58.43%34.9%-
HSV(B)213.46º73.76%55.29%-
XYZ8.668.526.38-
YUV75.86164.76100.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=14.18%
G=31.80%
B=54.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37831410.740.4100.45213.4658.4334.9
Hex25538D4A2902Dd53a23
Octal45123215112510553257243
Binary1001011010011100011011001010101001010110111010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25538D; }

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

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

<style>
 a { background-color: #25538D; }

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

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

<style>
 span { border-color: #25538D; }

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

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