Html Css Color HEX #254D84 St Tropaz

📋 copy color: '#254D84'

red 37 ◦ green 77 ◦ blue 132

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

Shades of St Tropaz #254D84

Tints of St Tropaz #254D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.3%

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

R = 15.04%
G = 31.3%
B = 53.66%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254D84 (or 0x254D84) is known color: St Tropaz. HEX triplet: 25, 4D and 84. RGB value is (37,77,132). Sum of RGB (Red+Green+Blue) = 37+77+132=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #254D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D84 is #DAB27B. Grayscale: #474747. Windows color (decimal): -14332540 or 8670501. OLE color: 8670501.

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

Color convert

RGB 37 77 132 -
CMYK 0.72 0.42 0 0.48
HSL 214.74º 0.56% 0.33% -
HSV(B) 214.74º 0.72% 0.52% -
XYZ 7.58 7.37 22.85 -
YUV 71.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 37 77 132 0.72 0.42 0 0.48 214.74 0.56 0.33
Hex 25 4D 84 48 2A 0 30 D7 38 21
Octal 45 115 204 110 52 0 60 327 70 41
Binary 100101 1001101 10000100 1001000 101010 0 110000 11010111 111000 100001

Color Harmonies of #254D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D84

Black with #254D84

Text Example


Text Example

White with #254D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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