Html Css Color HEX #25548B Endeavour

📋 copy color: '#25548B'

red 37 ◦ green 84 ◦ blue 139

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

Shades of Endeavour #25548B

Tints of Endeavour #25548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 14.23%
G = 32.31%
B = 53.46%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25548B (or 0x25548B) is known color: Endeavour. HEX triplet: 25, 54 and 8B. RGB value is (37,84,139). Sum of RGB (Red+Green+Blue) = 37+84+139=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #25548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25548B is #DAAB74. Grayscale: #4B4B4B. Windows color (decimal): -14330741 or 9131045. OLE color: 9131045.

HSL color Cylindrical-coordinate representation of color #25548B: hue angle of 212.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25548B is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 84 139 -
CMYK 0.73 0.40 0 0.45
HSL 212.35º 0.58% 0.35% -
HSV(B) 212.35º 0.73% 0.55% -
XYZ 8.59 8.6 25.63 -
YUV 76.22 163.43 100.03 -
System Red Green Blue C M Y K H S L
Decimal 37 84 139 0.73 0.40 0 0.45 212.35 0.58 0.35
Hex 25 54 8B 49 28 0 2D D4 3A 23
Octal 45 124 213 111 50 0 55 324 72 43
Binary 100101 1010100 10001011 1001001 101000 0 101101 11010100 111010 100011

Color Harmonies of #25548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25548B

Black with #25548B

Text Example


Text Example

White with #25548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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