Html Css Color HEX #25548F Endeavour

📋 copy color: '#25548F'

red 37 ◦ green 84 ◦ blue 143

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

Shades of Endeavour #25548F

Tints of Endeavour #25548F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 14.02%
G = 31.82%
B = 54.17%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25548F (or 0x25548F) is known color: Endeavour. HEX triplet: 25, 54 and 8F. RGB value is (37,84,143). Sum of RGB (Red+Green+Blue) = 37+84+143=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #25548F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25548F is #DAAB70. Grayscale: #4C4C4C. Windows color (decimal): -14330737 or 9393189. OLE color: 9393189.

HSL color Cylindrical-coordinate representation of color #25548F: hue angle of 213.4º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25548F is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 84 143 -
CMYK 0.74 0.41 0 0.44
HSL 213.4º 0.59% 0.35% -
HSV(B) 213.4º 0.74% 0.56% -
XYZ 8.89 8.72 27.2 -
YUV 76.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 37 84 143 0.74 0.41 0 0.44 213.4 0.59 0.35
Hex 25 54 8F 4A 29 0 2C D5 3B 23
Octal 45 124 217 112 51 0 54 325 73 43
Binary 100101 1010100 10001111 1001010 101001 0 101100 11010101 111011 100011

Color Harmonies of #25548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25548F

Black with #25548F

Text Example


Text Example

White with #25548F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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