Html Css Color HEX #254D9D Endeavour

📋 copy color: '#254D9D'

red 37 ◦ green 77 ◦ blue 157

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

Shades of Endeavour #254D9D

Tints of Endeavour #254D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 13.65%
G = 28.41%
B = 57.93%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#254D9D (or 0x254D9D) is known color: Endeavour. HEX triplet: 25, 4D and 9D. RGB value is (37,77,157). Sum of RGB (Red+Green+Blue) = 37+77+157=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #254D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D9D is #DAB262. Grayscale: #494949. Windows color (decimal): -14332515 or 10308901. OLE color: 10308901.

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

Color convert

RGB 37 77 157 -
CMYK 0.76 0.51 0 0.38
HSL 220º 0.62% 0.38% -
HSV(B) 220º 0.76% 0.62% -
XYZ 9.5 8.14 32.97 -
YUV 74.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 37 77 157 0.76 0.51 0 0.38 220 0.62 0.38
Hex 25 4D 9D 4C 33 0 26 DC 3E 26
Octal 45 115 235 114 63 0 46 334 76 46
Binary 100101 1001101 10011101 1001100 110011 0 100110 11011100 111110 100110

Color Harmonies of #254D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D9D

Black with #254D9D

Text Example


Text Example

White with #254D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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