Html Css Color HEX #254D82 St Tropaz

📋 copy color: '#254D82'

red 37 ◦ green 77 ◦ blue 130

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

Shades of St Tropaz #254D82

Tints of St Tropaz #254D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 15.16%
G = 31.56%
B = 53.28%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#254D82 (or 0x254D82) is known color: St Tropaz. HEX triplet: 25, 4D and 82. RGB value is (37,77,130). Sum of RGB (Red+Green+Blue) = 37+77+130=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #254D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D82 is #DAB27D. Grayscale: #464646. Windows color (decimal): -14332542 or 8539429. OLE color: 8539429.

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

Color convert

RGB 37 77 130 -
CMYK 0.72 0.41 0 0.49
HSL 214.19º 0.56% 0.33% -
HSV(B) 214.19º 0.72% 0.51% -
XYZ 7.45 7.31 22.14 -
YUV 71.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 37 77 130 0.72 0.41 0 0.49 214.19 0.56 0.33
Hex 25 4D 82 48 29 0 31 D6 38 21
Octal 45 115 202 110 51 0 61 326 70 41
Binary 100101 1001101 10000010 1001000 101001 0 110001 11010110 111000 100001

Color Harmonies of #254D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D82

Black with #254D82

Text Example


Text Example

White with #254D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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