Html Css Color HEX #254F96 Endeavour

📋 copy color: '#254F96'

red 37 ◦ green 79 ◦ blue 150

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

Shades of Endeavour #254F96

Tints of Endeavour #254F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 13.91%
G = 29.7%
B = 56.39%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#254F96 (or 0x254F96) is known color: Endeavour. HEX triplet: 25, 4F and 96. RGB value is (37,79,150). Sum of RGB (Red+Green+Blue) = 37+79+150=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #254F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F96 is #DAB069. Grayscale: #4A4A4A. Windows color (decimal): -14332010 or 9850661. OLE color: 9850661.

HSL color Cylindrical-coordinate representation of color #254F96: hue angle of 217.7º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254F96 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 79 150 -
CMYK 0.75 0.47 0 0.41
HSL 217.7º 0.6% 0.37% -
HSV(B) 217.7º 0.75% 0.59% -
XYZ 9.06 8.19 29.96 -
YUV 74.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 37 79 150 0.75 0.47 0 0.41 217.7 0.6 0.37
Hex 25 4F 96 4B 2F 0 29 DA 3C 25
Octal 45 117 226 113 57 0 51 332 74 45
Binary 100101 1001111 10010110 1001011 101111 0 101001 11011010 111100 100101

Color Harmonies of #254F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F96

Black with #254F96

Text Example


Text Example

White with #254F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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