Html Css Color HEX #254D9E Endeavour

📋 copy color: '#254D9E'

red 37 ◦ green 77 ◦ blue 158

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

Shades of Endeavour #254D9E

Tints of Endeavour #254D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.09%

R = 13.6%
G = 28.31%
B = 58.09%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#254D9E (or 0x254D9E) is known color: Endeavour. HEX triplet: 25, 4D and 9E. RGB value is (37,77,158). Sum of RGB (Red+Green+Blue) = 37+77+158=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #254D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D9E is #DAB261. Grayscale: #494949. Windows color (decimal): -14332514 or 10374437. OLE color: 10374437.

HSL color Cylindrical-coordinate representation of color #254D9E: hue angle of 220.17º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254D9E is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 77 158 -
CMYK 0.77 0.51 0 0.38
HSL 220.17º 0.62% 0.38% -
HSV(B) 220.17º 0.77% 0.62% -
XYZ 9.59 8.17 33.42 -
YUV 74.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 37 77 158 0.77 0.51 0 0.38 220.17 0.62 0.38
Hex 25 4D 9E 4D 33 0 26 DC 3E 26
Octal 45 115 236 115 63 0 46 334 76 46
Binary 100101 1001101 10011110 1001101 110011 0 100110 11011100 111110 100110

Color Harmonies of #254D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D9E

Black with #254D9E

Text Example


Text Example

White with #254D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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