Html Css Color HEX #254C91 Endeavour

📋 copy color: '#254C91'

red 37 ◦ green 76 ◦ blue 145

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

Shades of Endeavour #254C91

Tints of Endeavour #254C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 14.34%
G = 29.46%
B = 56.2%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#254C91 (or 0x254C91) is known color: Endeavour. HEX triplet: 25, 4C and 91. RGB value is (37,76,145). Sum of RGB (Red+Green+Blue) = 37+76+145=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #254C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C91 is #DAB36E. Grayscale: #474747. Windows color (decimal): -14332783 or 9522213. OLE color: 9522213.

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

Color convert

RGB 37 76 145 -
CMYK 0.74 0.48 0 0.43
HSL 218.33º 0.59% 0.36% -
HSV(B) 218.33º 0.74% 0.57% -
XYZ 8.46 7.61 27.81 -
YUV 72.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 37 76 145 0.74 0.48 0 0.43 218.33 0.59 0.36
Hex 25 4C 91 4A 30 0 2B DA 3B 24
Octal 45 114 221 112 60 0 53 332 73 44
Binary 100101 1001100 10010001 1001010 110000 0 101011 11011010 111011 100100

Color Harmonies of #254C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C91

Black with #254C91

Text Example


Text Example

White with #254C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,76,145); }

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

background-color css

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

 a { background-color: rgb(37,76,145); }

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

border-color css

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

 span { border-color: rgb(37,76,145); }

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