Html Css Color HEX #254C82 St Tropaz

📋 copy color: '#254C82'

red 37 ◦ green 76 ◦ blue 130

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

Shades of St Tropaz #254C82

Tints of St Tropaz #254C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 15.23%
G = 31.28%
B = 53.5%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#254C82 (or 0x254C82) is known color: St Tropaz. HEX triplet: 25, 4C and 82. RGB value is (37,76,130). Sum of RGB (Red+Green+Blue) = 37+76+130=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #254C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C82 is #DAB37D. Grayscale: #464646. Windows color (decimal): -14332798 or 8539173. OLE color: 8539173.

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

Color convert

RGB 37 76 130 -
CMYK 0.72 0.42 0 0.49
HSL 214.84º 0.56% 0.33% -
HSV(B) 214.84º 0.72% 0.51% -
XYZ 7.38 7.17 22.12 -
YUV 70.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 37 76 130 0.72 0.42 0 0.49 214.84 0.56 0.33
Hex 25 4C 82 48 2A 0 31 D7 38 21
Octal 45 114 202 110 52 0 61 327 70 41
Binary 100101 1001100 10000010 1001000 101010 0 110001 11010111 111000 100001

Color Harmonies of #254C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C82

Black with #254C82

Text Example


Text Example

White with #254C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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