Html Css Color HEX #254B91 Endeavour

📋 copy color: '#254B91'

red 37 ◦ green 75 ◦ blue 145

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

Shades of Endeavour #254B91

Tints of Endeavour #254B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

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

R = 14.4%
G = 29.18%
B = 56.42%

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

#254B91 (or 0x254B91) is known color: Endeavour. HEX triplet: 25, 4B and 91. RGB value is (37,75,145). Sum of RGB (Red+Green+Blue) = 37+75+145=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #254B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B91 is #DAB46E. Grayscale: #474747. Windows color (decimal): -14333039 or 9521957. OLE color: 9521957.

HSL color Cylindrical-coordinate representation of color #254B91: hue angle of 218.89º 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 #254B91 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 75 145 -
CMYK 0.74 0.48 0 0.43
HSL 218.89º 0.59% 0.36% -
HSV(B) 218.89º 0.74% 0.57% -
XYZ 8.39 7.47 27.79 -
YUV 71.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 37 75 145 0.74 0.48 0 0.43 218.89 0.59 0.36
Hex 25 4B 91 4A 30 0 2B DB 3B 24
Octal 45 113 221 112 60 0 53 333 73 44
Binary 100101 1001011 10010001 1001010 110000 0 101011 11011011 111011 100100

Color Harmonies of #254B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B91

Black with #254B91

Text Example


Text Example

White with #254B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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