#25568F

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

Shades of Endeavour #25568F

Tints of Endeavour #25568F

Color information

#25568F (or 0x25568F) is unknown color: approx Endeavour. HEX triplet: 25, 56 and 8F. RGB value is (37,86,143). Sum of RGB (Red+Green+Blue) = 37+86+143=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #25568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25568F is #DAA970. Grayscale: #4D4D4D. Windows color (decimal): -14330225 or 9393701. OLE color: 9393701.

HSL color Cylindrical-coordinate representation of color #25568F: hue angle of 212.26º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25568F is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3786143-
CMYK0.740.4000.44
HSL212.26º58.89%35.29%-
HSV(B)212.26º74.13%56.08%-
XYZ9.059.0327.25-
YUV77.85164.7798.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 143 (56.25% from 255) = 53.76%
R=13.91%
G=32.33%
B=53.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37861430.740.4000.44212.2658.8935.29
Hex25568F4A2802Cd43b23
Octal45126217112500543247343
Binary1001011010110100011111001010101000010110011010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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