Html Css Color HEX #254E9D Endeavour

📋 copy color: '#254E9D'

red 37 ◦ green 78 ◦ blue 157

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

Shades of Endeavour #254E9D

Tints of Endeavour #254E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.68%

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

R = 13.6%
G = 28.68%
B = 57.72%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#254E9D (or 0x254E9D) is known color: Endeavour. HEX triplet: 25, 4E and 9D. RGB value is (37,78,157). Sum of RGB (Red+Green+Blue) = 37+78+157=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #254E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E9D is #DAB162. Grayscale: #4A4A4A. Windows color (decimal): -14332259 or 10309157. OLE color: 10309157.

HSL color Cylindrical-coordinate representation of color #254E9D: hue angle of 219.5º 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 #254E9D is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 78 157 -
CMYK 0.76 0.50 0 0.38
HSL 219.5º 0.62% 0.38% -
HSV(B) 219.5º 0.76% 0.62% -
XYZ 9.57 8.28 32.99 -
YUV 74.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 37 78 157 0.76 0.50 0 0.38 219.5 0.62 0.38
Hex 25 4E 9D 4C 32 0 26 DC 3E 26
Octal 45 116 235 114 62 0 46 334 76 46
Binary 100101 1001110 10011101 1001100 110010 0 100110 11011100 111110 100110

Color Harmonies of #254E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E9D

Black with #254E9D

Text Example


Text Example

White with #254E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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