Html Css Color HEX #254D8C Endeavour

📋 copy color: '#254D8C'

red 37 ◦ green 77 ◦ blue 140

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

Shades of Endeavour #254D8C

Tints of Endeavour #254D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 14.57%
G = 30.31%
B = 55.12%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#254D8C (or 0x254D8C) is known color: Endeavour. HEX triplet: 25, 4D and 8C. RGB value is (37,77,140). Sum of RGB (Red+Green+Blue) = 37+77+140=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #254D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D8C is #DAB273. Grayscale: #474747. Windows color (decimal): -14332532 or 9194789. OLE color: 9194789.

HSL color Cylindrical-coordinate representation of color #254D8C: hue angle of 216.7º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254D8C is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 77 140 -
CMYK 0.74 0.45 0 0.45
HSL 216.7º 0.58% 0.35% -
HSV(B) 216.7º 0.74% 0.55% -
XYZ 8.15 7.59 25.85 -
YUV 72.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 37 77 140 0.74 0.45 0 0.45 216.7 0.58 0.35
Hex 25 4D 8C 4A 2D 0 2D D9 3A 23
Octal 45 115 214 112 55 0 55 331 72 43
Binary 100101 1001101 10001100 1001010 101101 0 101101 11011001 111010 100011

Color Harmonies of #254D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D8C

Black with #254D8C

Text Example


Text Example

White with #254D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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