Html Css Color HEX #25518C Endeavour

📋 copy color: '#25518C'

red 37 ◦ green 81 ◦ blue 140

#25518C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #25518C

Tints of Endeavour #25518C

RGB

 RED value IS 37 (14.84% from 255) = 14.34%

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 140 (55.08% from 255) = 54.26%

R = 14.34%
G = 31.4%
B = 54.26%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25518C (or 0x25518C) is known color: Endeavour. HEX triplet: 25, 51 and 8C. RGB value is (37,81,140). Sum of RGB (Red+Green+Blue) = 37+81+140=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #25518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25518C is #DAAE73. Grayscale: #4A4A4A. Windows color (decimal): -14331508 or 9195813. OLE color: 9195813.

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

Color convert

RGB 37 81 140 -
CMYK 0.74 0.42 0 0.45
HSL 214.37º 0.58% 0.35% -
HSV(B) 214.37º 0.74% 0.55% -
XYZ 8.44 8.17 25.94 -
YUV 74.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 37 81 140 0.74 0.42 0 0.45 214.37 0.58 0.35
Hex 25 51 8C 4A 2A 0 2D D6 3A 23
Octal 45 121 214 112 52 0 55 326 72 43
Binary 100101 1010001 10001100 1001010 101010 0 101101 11010110 111010 100011

Color Harmonies of #25518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25518C

Black with #25518C

Text Example


Text Example

White with #25518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25518C;
 }
 .AnyTagClassName
 {
   color: #25518C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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