Html Css Color HEX #254D83 St Tropaz

📋 copy color: '#254D83'

red 37 ◦ green 77 ◦ blue 131

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

Shades of St Tropaz #254D83

Tints of St Tropaz #254D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 15.1%
G = 31.43%
B = 53.47%

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

#254D83 (or 0x254D83) is known color: St Tropaz. HEX triplet: 25, 4D and 83. RGB value is (37,77,131). Sum of RGB (Red+Green+Blue) = 37+77+131=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #254D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D83 is #DAB27C. Grayscale: #464646. Windows color (decimal): -14332541 or 8604965. OLE color: 8604965.

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

Color convert

RGB 37 77 131 -
CMYK 0.72 0.41 0 0.49
HSL 214.47º 0.56% 0.33% -
HSV(B) 214.47º 0.72% 0.51% -
XYZ 7.51 7.34 22.49 -
YUV 71.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 37 77 131 0.72 0.41 0 0.49 214.47 0.56 0.33
Hex 25 4D 83 48 29 0 31 D6 38 21
Octal 45 115 203 110 51 0 61 326 70 41
Binary 100101 1001101 10000011 1001000 101001 0 110001 11010110 111000 100001

Color Harmonies of #254D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D83

Black with #254D83

Text Example


Text Example

White with #254D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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