#25569C

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

Shades of Endeavour #25569C

Tints of Endeavour #25569C

Color information

#25569C (or 0x25569C) is unknown color: approx Endeavour. HEX triplet: 25, 56 and 9C. RGB value is (37,86,156). Sum of RGB (Red+Green+Blue) = 37+86+156=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #25569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25569C is #DAA963. Grayscale: #4F4F4F. Windows color (decimal): -14330212 or 10245669. OLE color: 10245669.

HSL color Cylindrical-coordinate representation of color #25569C: hue angle of 215.29º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25569C is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3786156-
CMYK0.760.4500.39
HSL215.29º61.66%37.84%-
HSV(B)215.29º76.28%61.18%-
XYZ10.099.4532.74-
YUV79.33171.2797.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=13.26%
G=30.82%
B=55.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37861560.760.4500.39215.2961.6637.84
Hex25569C4C2D027d73e26
Octal45126234114550473277646
Binary1001011010110100111001001100101101010011111010111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25569C; }

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

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

<style>
 a { background-color: #25569C; }

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

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

<style>
 span { border-color: #25569C; }

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

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