Html Css Color HEX #254C95 Endeavour

📋 copy color: '#254C95'

red 37 ◦ green 76 ◦ blue 149

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

Shades of Endeavour #254C95

Tints of Endeavour #254C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 14.12%
G = 29.01%
B = 56.87%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254C95 (or 0x254C95) is known color: Endeavour. HEX triplet: 25, 4C and 95. RGB value is (37,76,149). Sum of RGB (Red+Green+Blue) = 37+76+149=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #254C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C95 is #DAB36A. Grayscale: #484848. Windows color (decimal): -14332779 or 9784357. OLE color: 9784357.

HSL color Cylindrical-coordinate representation of color #254C95: hue angle of 219.11º 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 #254C95 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 76 149 -
CMYK 0.75 0.49 0 0.42
HSL 219.11º 0.6% 0.36% -
HSV(B) 219.11º 0.75% 0.58% -
XYZ 8.77 7.73 29.46 -
YUV 72.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 37 76 149 0.75 0.49 0 0.42 219.11 0.6 0.36
Hex 25 4C 95 4B 31 0 2A DB 3C 24
Octal 45 114 225 113 61 0 52 333 74 44
Binary 100101 1001100 10010101 1001011 110001 0 101010 11011011 111100 100100

Color Harmonies of #254C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C95

Black with #254C95

Text Example


Text Example

White with #254C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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