Html Css Color HEX #25549B Endeavour

📋 copy color: '#25549B'

red 37 ◦ green 84 ◦ blue 155

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

Shades of Endeavour #25549B

Tints of Endeavour #25549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 13.41%
G = 30.43%
B = 56.16%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25549B (or 0x25549B) is known color: Endeavour. HEX triplet: 25, 54 and 9B. RGB value is (37,84,155). Sum of RGB (Red+Green+Blue) = 37+84+155=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #25549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25549B is #DAAB64. Grayscale: #4D4D4D. Windows color (decimal): -14330725 or 10179621. OLE color: 10179621.

HSL color Cylindrical-coordinate representation of color #25549B: hue angle of 216.1º degrees, saturation: 0.61, 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 #25549B is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 84 155 -
CMYK 0.76 0.46 0 0.39
HSL 216.1º 0.61% 0.38% -
HSV(B) 216.1º 0.76% 0.61% -
XYZ 9.85 9.1 32.25 -
YUV 78.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 37 84 155 0.76 0.46 0 0.39 216.1 0.61 0.38
Hex 25 54 9B 4C 2E 0 27 D8 3D 26
Octal 45 124 233 114 56 0 47 330 75 46
Binary 100101 1010100 10011011 1001100 101110 0 100111 11011000 111101 100110

Color Harmonies of #25549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25549B

Black with #25549B

Text Example


Text Example

White with #25549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,84,155); }

 H1.HeaderClassName
 {
   color: #25549B;
 }
 .AnyTagClassName
 {
   color: #25549B;
 }
</style>

background-color css

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

 a { background-color: rgb(37,84,155); }

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

border-color css

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

 span { border-color: rgb(37,84,155); }

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