Html Css Color HEX #254F85 Endeavour

📋 copy color: '#254F85'

red 37 ◦ green 79 ◦ blue 133

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

Shades of Endeavour #254F85

Tints of Endeavour #254F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 14.86%
G = 31.73%
B = 53.41%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254F85 (or 0x254F85) is known color: Endeavour. HEX triplet: 25, 4F and 85. RGB value is (37,79,133). Sum of RGB (Red+Green+Blue) = 37+79+133=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #254F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F85 is #DAB07A. Grayscale: #484848. Windows color (decimal): -14332027 or 8736549. OLE color: 8736549.

HSL color Cylindrical-coordinate representation of color #254F85: hue angle of 213.75º 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 #254F85 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 79 133 -
CMYK 0.72 0.41 0 0.48
HSL 213.75º 0.56% 0.33% -
HSV(B) 213.75º 0.72% 0.52% -
XYZ 7.79 7.68 23.26 -
YUV 72.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 37 79 133 0.72 0.41 0 0.48 213.75 0.56 0.33
Hex 25 4F 85 48 29 0 30 D6 38 21
Octal 45 117 205 110 51 0 60 326 70 41
Binary 100101 1001111 10000101 1001000 101001 0 110000 11010110 111000 100001

Color Harmonies of #254F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F85

Black with #254F85

Text Example


Text Example

White with #254F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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