Html Css Color HEX #254E98 Endeavour

📋 copy color: '#254E98'

red 37 ◦ green 78 ◦ blue 152

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

Shades of Endeavour #254E98

Tints of Endeavour #254E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 13.86%
G = 29.21%
B = 56.93%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#254E98 (or 0x254E98) is known color: Endeavour. HEX triplet: 25, 4E and 98. RGB value is (37,78,152). Sum of RGB (Red+Green+Blue) = 37+78+152=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #254E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E98 is #DAB167. Grayscale: #494949. Windows color (decimal): -14332264 or 9981477. OLE color: 9981477.

HSL color Cylindrical-coordinate representation of color #254E98: hue angle of 218.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254E98 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 78 152 -
CMYK 0.76 0.49 0 0.40
HSL 218.61º 0.61% 0.37% -
HSV(B) 218.61º 0.76% 0.6% -
XYZ 9.15 8.11 30.79 -
YUV 74.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 37 78 152 0.76 0.49 0 0.40 218.61 0.61 0.37
Hex 25 4E 98 4C 31 0 28 DB 3D 25
Octal 45 116 230 114 61 0 50 333 75 45
Binary 100101 1001110 10011000 1001100 110001 0 101000 11011011 111101 100101

Color Harmonies of #254E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E98

Black with #254E98

Text Example


Text Example

White with #254E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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