Html Css Color HEX #254C8C Endeavour

📋 copy color: '#254C8C'

red 37 ◦ green 76 ◦ blue 140

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

Shades of Endeavour #254C8C

Tints of Endeavour #254C8C

RGB

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

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

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

R = 14.62%
G = 30.04%
B = 55.34%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#254C8C (or 0x254C8C) is known color: Endeavour. HEX triplet: 25, 4C and 8C. RGB value is (37,76,140). Sum of RGB (Red+Green+Blue) = 37+76+140=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #254C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C8C is #DAB373. Grayscale: #474747. Windows color (decimal): -14332788 or 9194533. OLE color: 9194533.

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

Color convert

RGB 37 76 140 -
CMYK 0.74 0.46 0 0.45
HSL 217.28º 0.58% 0.35% -
HSV(B) 217.28º 0.74% 0.55% -
XYZ 8.08 7.46 25.82 -
YUV 71.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 37 76 140 0.74 0.46 0 0.45 217.28 0.58 0.35
Hex 25 4C 8C 4A 2E 0 2D D9 3A 23
Octal 45 114 214 112 56 0 55 331 72 43
Binary 100101 1001100 10001100 1001010 101110 0 101101 11011001 111010 100011

Color Harmonies of #254C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C8C

Black with #254C8C

Text Example


Text Example

White with #254C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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