Html Css Color HEX #254F84 Endeavour

📋 copy color: '#254F84'

red 37 ◦ green 79 ◦ blue 132

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

Shades of Endeavour #254F84

Tints of Endeavour #254F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 14.92%
G = 31.85%
B = 53.23%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254F84 (or 0x254F84) is known color: Endeavour. HEX triplet: 25, 4F and 84. RGB value is (37,79,132). Sum of RGB (Red+Green+Blue) = 37+79+132=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #254F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F84 is #DAB07B. Grayscale: #484848. Windows color (decimal): -14332028 or 8671013. OLE color: 8671013.

HSL color Cylindrical-coordinate representation of color #254F84: hue angle of 213.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254F84 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 79 132 -
CMYK 0.72 0.40 0 0.48
HSL 213.47º 0.56% 0.33% -
HSV(B) 213.47º 0.72% 0.52% -
XYZ 7.72 7.65 22.9 -
YUV 72.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 37 79 132 0.72 0.40 0 0.48 213.47 0.56 0.33
Hex 25 4F 84 48 28 0 30 D5 38 21
Octal 45 117 204 110 50 0 60 325 70 41
Binary 100101 1001111 10000100 1001000 101000 0 110000 11010101 111000 100001

Color Harmonies of #254F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F84

Black with #254F84

Text Example


Text Example

White with #254F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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