Html Css Color HEX #254F8C Endeavour

📋 copy color: '#254F8C'

red 37 ◦ green 79 ◦ blue 140

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

Shades of Endeavour #254F8C

Tints of Endeavour #254F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

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

R = 14.45%
G = 30.86%
B = 54.69%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#254F8C (or 0x254F8C) is known color: Endeavour. HEX triplet: 25, 4F and 8C. RGB value is (37,79,140). Sum of RGB (Red+Green+Blue) = 37+79+140=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #254F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F8C is #DAB073. Grayscale: #494949. Windows color (decimal): -14332020 or 9195301. OLE color: 9195301.

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

Color convert

RGB 37 79 140 -
CMYK 0.74 0.44 0 0.45
HSL 215.53º 0.58% 0.35% -
HSV(B) 215.53º 0.74% 0.55% -
XYZ 8.29 7.88 25.89 -
YUV 73.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 37 79 140 0.74 0.44 0 0.45 215.53 0.58 0.35
Hex 25 4F 8C 4A 2C 0 2D D8 3A 23
Octal 45 117 214 112 54 0 55 330 72 43
Binary 100101 1001111 10001100 1001010 101100 0 101101 11011000 111010 100011

Color Harmonies of #254F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F8C

Black with #254F8C

Text Example


Text Example

White with #254F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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