Html Css Color HEX #254F98 Endeavour

📋 copy color: '#254F98'

red 37 ◦ green 79 ◦ blue 152

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

Shades of Endeavour #254F98

Tints of Endeavour #254F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.72%

R = 13.81%
G = 29.48%
B = 56.72%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#254F98 (or 0x254F98) is known color: Endeavour. HEX triplet: 25, 4F and 98. RGB value is (37,79,152). Sum of RGB (Red+Green+Blue) = 37+79+152=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #254F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F98 is #DAB067. Grayscale: #4A4A4A. Windows color (decimal): -14332008 or 9981733. OLE color: 9981733.

HSL color Cylindrical-coordinate representation of color #254F98: hue angle of 218.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254F98 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 79 152 -
CMYK 0.76 0.48 0 0.40
HSL 218.09º 0.61% 0.37% -
HSV(B) 218.09º 0.76% 0.6% -
XYZ 9.23 8.25 30.81 -
YUV 74.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 37 79 152 0.76 0.48 0 0.40 218.09 0.61 0.37
Hex 25 4F 98 4C 30 0 28 DA 3D 25
Octal 45 117 230 114 60 0 50 332 75 45
Binary 100101 1001111 10011000 1001100 110000 0 101000 11011010 111101 100101

Color Harmonies of #254F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F98

Black with #254F98

Text Example


Text Example

White with #254F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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