Html Css Color HEX #254C9F Endeavour

📋 copy color: '#254C9F'

red 37 ◦ green 76 ◦ blue 159

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

Shades of Endeavour #254C9F

Tints of Endeavour #254C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 13.6%
G = 27.94%
B = 58.46%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#254C9F (or 0x254C9F) is known color: Endeavour. HEX triplet: 25, 4C and 9F. RGB value is (37,76,159). Sum of RGB (Red+Green+Blue) = 37+76+159=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #254C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C9F is #DAB360. Grayscale: #494949. Windows color (decimal): -14332769 or 10439717. OLE color: 10439717.

HSL color Cylindrical-coordinate representation of color #254C9F: hue angle of 220.82º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254C9F is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 76 159 -
CMYK 0.77 0.52 0 0.38
HSL 220.82º 0.62% 0.38% -
HSV(B) 220.82º 0.77% 0.62% -
XYZ 9.61 8.07 33.85 -
YUV 73.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 37 76 159 0.77 0.52 0 0.38 220.82 0.62 0.38
Hex 25 4C 9F 4D 34 0 26 DD 3E 26
Octal 45 114 237 115 64 0 46 335 76 46
Binary 100101 1001100 10011111 1001101 110100 0 100110 11011101 111110 100110

Color Harmonies of #254C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C9F

Black with #254C9F

Text Example


Text Example

White with #254C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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