Html Css Color HEX #254C8B Endeavour

📋 copy color: '#254C8B'

red 37 ◦ green 76 ◦ blue 139

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

Shades of Endeavour #254C8B

Tints of Endeavour #254C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 14.68%
G = 30.16%
B = 55.16%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#254C8B (or 0x254C8B) is known color: Endeavour. HEX triplet: 25, 4C and 8B. RGB value is (37,76,139). Sum of RGB (Red+Green+Blue) = 37+76+139=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #254C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C8B is #DAB374. Grayscale: #474747. Windows color (decimal): -14332789 or 9128997. OLE color: 9128997.

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

Color convert

RGB 37 76 139 -
CMYK 0.73 0.45 0 0.45
HSL 217.06º 0.58% 0.35% -
HSV(B) 217.06º 0.73% 0.55% -
XYZ 8.01 7.43 25.44 -
YUV 71.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 37 76 139 0.73 0.45 0 0.45 217.06 0.58 0.35
Hex 25 4C 8B 49 2D 0 2D D9 3A 23
Octal 45 114 213 111 55 0 55 331 72 43
Binary 100101 1001100 10001011 1001001 101101 0 101101 11011001 111010 100011

Color Harmonies of #254C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C8B

Black with #254C8B

Text Example


Text Example

White with #254C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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