#25538B

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

Shades of Endeavour #25538B

Tints of Endeavour #25538B

Color information

#25538B (or 0x25538B) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 8B. RGB value is (37,83,139). Sum of RGB (Red+Green+Blue) = 37+83+139=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #25538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25538B is #DAAC74. Grayscale: #4B4B4B. Windows color (decimal): -14330997 or 9130789. OLE color: 9130789.

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

Color convert

RGB3783139-
CMYK0.730.4000.45
HSL212.94º57.95%34.51%-
HSV(B)212.94º73.38%54.51%-
XYZ8.528.4425.61-
YUV75.63163.76100.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=14.29%
G=32.05%
B=53.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37831390.730.4000.45212.9457.9534.51
Hex25538B492802Dd53a23
Octal45123213111500553257243
Binary1001011010011100010111001001101000010110111010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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