Html Css Color HEX #254D93 Endeavour

📋 copy color: '#254D93'

red 37 ◦ green 77 ◦ blue 147

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

Shades of Endeavour #254D93

Tints of Endeavour #254D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 14.18%
G = 29.5%
B = 56.32%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254D93 (or 0x254D93) is known color: Endeavour. HEX triplet: 25, 4D and 93. RGB value is (37,77,147). Sum of RGB (Red+Green+Blue) = 37+77+147=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #254D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D93 is #DAB26C. Grayscale: #484848. Windows color (decimal): -14332525 or 9653541. OLE color: 9653541.

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

Color convert

RGB 37 77 147 -
CMYK 0.75 0.48 0 0.42
HSL 218.18º 0.6% 0.36% -
HSV(B) 218.18º 0.75% 0.58% -
XYZ 8.68 7.81 28.65 -
YUV 73.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 37 77 147 0.75 0.48 0 0.42 218.18 0.6 0.36
Hex 25 4D 93 4B 30 0 2A DA 3C 24
Octal 45 115 223 113 60 0 52 332 74 44
Binary 100101 1001101 10010011 1001011 110000 0 101010 11011010 111100 100100

Color Harmonies of #254D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D93

Black with #254D93

Text Example


Text Example

White with #254D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,77,147); }

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

background-color css

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

 a { background-color: rgb(37,77,147); }

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

border-color css

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

 span { border-color: rgb(37,77,147); }

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