Html Css Color HEX #254E92 Endeavour

📋 copy color: '#254E92'

red 37 ◦ green 78 ◦ blue 146

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

Shades of Endeavour #254E92

Tints of Endeavour #254E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 14.18%
G = 29.89%
B = 55.94%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254E92 (or 0x254E92) is known color: Endeavour. HEX triplet: 25, 4E and 92. RGB value is (37,78,146). Sum of RGB (Red+Green+Blue) = 37+78+146=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #254E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E92 is #DAB16D. Grayscale: #494949. Windows color (decimal): -14332270 or 9588261. OLE color: 9588261.

HSL color Cylindrical-coordinate representation of color #254E92: hue angle of 217.43º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254E92 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 78 146 -
CMYK 0.75 0.47 0 0.43
HSL 217.43º 0.6% 0.36% -
HSV(B) 217.43º 0.75% 0.57% -
XYZ 8.68 7.92 28.27 -
YUV 73.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 37 78 146 0.75 0.47 0 0.43 217.43 0.6 0.36
Hex 25 4E 92 4B 2F 0 2B D9 3C 24
Octal 45 116 222 113 57 0 53 331 74 44
Binary 100101 1001110 10010010 1001011 101111 0 101011 11011001 111100 100100

Color Harmonies of #254E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E92

Black with #254E92

Text Example


Text Example

White with #254E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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