Html Css Color HEX #254E94 Endeavour

📋 copy color: '#254E94'

red 37 ◦ green 78 ◦ blue 148

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

Shades of Endeavour #254E94

Tints of Endeavour #254E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 14.07%
G = 29.66%
B = 56.27%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#254E94 (or 0x254E94) is known color: Endeavour. HEX triplet: 25, 4E and 94. RGB value is (37,78,148). Sum of RGB (Red+Green+Blue) = 37+78+148=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #254E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E94 is #DAB16B. Grayscale: #494949. Windows color (decimal): -14332268 or 9719333. OLE color: 9719333.

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

Color convert

RGB 37 78 148 -
CMYK 0.75 0.47 0 0.42
HSL 217.84º 0.6% 0.36% -
HSV(B) 217.84º 0.75% 0.58% -
XYZ 8.83 7.98 29.09 -
YUV 73.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 37 78 148 0.75 0.47 0 0.42 217.84 0.6 0.36
Hex 25 4E 94 4B 2F 0 2A DA 3C 24
Octal 45 116 224 113 57 0 52 332 74 44
Binary 100101 1001110 10010100 1001011 101111 0 101010 11011010 111100 100100

Color Harmonies of #254E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E94

Black with #254E94

Text Example


Text Example

White with #254E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,78,148); }

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

background-color css

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

 a { background-color: rgb(37,78,148); }

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

border-color css

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

 span { border-color: rgb(37,78,148); }

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