Html Css Color HEX #254D8E Endeavour

📋 copy color: '#254D8E'

red 37 ◦ green 77 ◦ blue 142

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

Shades of Endeavour #254D8E

Tints of Endeavour #254D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 142 (55.86% from 255) = 55.47%

R = 14.45%
G = 30.08%
B = 55.47%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#254D8E (or 0x254D8E) is known color: Endeavour. HEX triplet: 25, 4D and 8E. RGB value is (37,77,142). Sum of RGB (Red+Green+Blue) = 37+77+142=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #254D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D8E is #DAB271. Grayscale: #484848. Windows color (decimal): -14332530 or 9325861. OLE color: 9325861.

HSL color Cylindrical-coordinate representation of color #254D8E: hue angle of 217.14º 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 #254D8E is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 77 142 -
CMYK 0.74 0.46 0 0.44
HSL 217.14º 0.59% 0.35% -
HSV(B) 217.14º 0.74% 0.56% -
XYZ 8.3 7.65 26.63 -
YUV 72.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 37 77 142 0.74 0.46 0 0.44 217.14 0.59 0.35
Hex 25 4D 8E 4A 2E 0 2C D9 3B 23
Octal 45 115 216 112 56 0 54 331 73 43
Binary 100101 1001101 10001110 1001010 101110 0 101100 11011001 111011 100011

Color Harmonies of #254D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D8E

Black with #254D8E

Text Example


Text Example

White with #254D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254D8E; }

 p { color: rgb(37,77,142); }

 H1.HeaderClassName
 {
   color: #254D8E;
 }
 .AnyTagClassName
 {
   color: #254D8E;
 }
</style>

background-color css

<style>
 a { background-color: #254D8E; }

 a { background-color: rgb(37,77,142); }

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

border-color css

<style>
 span { border-color: #254D8E; }

 span { border-color: rgb(37,77,142); }

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