#25568B

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

Shades of Endeavour #25568B

Tints of Endeavour #25568B

Color information

#25568B (or 0x25568B) is unknown color: approx Endeavour. HEX triplet: 25, 56 and 8B. RGB value is (37,86,139). Sum of RGB (Red+Green+Blue) = 37+86+139=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #25568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25568B is #DAA974. Grayscale: #4D4D4D. Windows color (decimal): -14330229 or 9131557. OLE color: 9131557.

HSL color Cylindrical-coordinate representation of color #25568B: hue angle of 211.18º 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 #25568B is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3786139-
CMYK0.730.3800.45
HSL211.18º57.95%34.51%-
HSV(B)211.18º73.38%54.51%-
XYZ8.758.9125.69-
YUV77.39162.7799.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=14.12%
G=32.82%
B=53.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37861390.730.3800.45211.1857.9534.51
Hex25568B492602Dd33a23
Octal45126213111460553237243
Binary1001011010110100010111001001100110010110111010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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