#25538C

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

Shades of Endeavour #25538C

Tints of Endeavour #25538C

Color information

#25538C (or 0x25538C) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 8C. RGB value is (37,83,140). Sum of RGB (Red+Green+Blue) = 37+83+140=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #25538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25538C is #DAAC73. Grayscale: #4B4B4B. Windows color (decimal): -14330996 or 9196325. OLE color: 9196325.

HSL color Cylindrical-coordinate representation of color #25538C: hue angle of 213.2º 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 #25538C is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3783140-
CMYK0.740.4100.45
HSL213.2º58.19%34.71%-
HSV(B)213.2º73.57%54.9%-
XYZ8.598.4725.99-
YUV75.74164.26100.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=14.23%
G=31.92%
B=53.85%

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
Decimal37831400.740.4100.45213.258.1934.71
Hex25538C4A2902Dd53a23
Octal45123214112510553257243
Binary1001011010011100011001001010101001010110111010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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