Html Css Color HEX #254E9E Endeavour

📋 copy color: '#254E9E'

red 37 ◦ green 78 ◦ blue 158

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

Shades of Endeavour #254E9E

Tints of Endeavour #254E9E

RGB

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

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

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

R = 13.55%
G = 28.57%
B = 57.88%

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

#254E9E (or 0x254E9E) is known color: Endeavour. HEX triplet: 25, 4E and 9E. RGB value is (37,78,158). Sum of RGB (Red+Green+Blue) = 37+78+158=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #254E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E9E is #DAB161. Grayscale: #4A4A4A. Windows color (decimal): -14332258 or 10374693. OLE color: 10374693.

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

Color convert

RGB 37 78 158 -
CMYK 0.77 0.51 0 0.38
HSL 219.67º 0.62% 0.38% -
HSV(B) 219.67º 0.77% 0.62% -
XYZ 9.66 8.31 33.44 -
YUV 74.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 37 78 158 0.77 0.51 0 0.38 219.67 0.62 0.38
Hex 25 4E 9E 4D 33 0 26 DC 3E 26
Octal 45 116 236 115 63 0 46 334 76 46
Binary 100101 1001110 10011110 1001101 110011 0 100110 11011100 111110 100110

Color Harmonies of #254E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E9E

Black with #254E9E

Text Example


Text Example

White with #254E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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