Html Css Color HEX #254C7D St Tropaz

📋 copy color: '#254C7D'

red 37 ◦ green 76 ◦ blue 125

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

Shades of St Tropaz #254C7D

Tints of St Tropaz #254C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 15.55%
G = 31.93%
B = 52.52%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#254C7D (or 0x254C7D) is known color: St Tropaz. HEX triplet: 25, 4C and 7D. RGB value is (37,76,125). Sum of RGB (Red+Green+Blue) = 37+76+125=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #254C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C7D is #DAB382. Grayscale: #454545. Windows color (decimal): -14332803 or 8211493. OLE color: 8211493.

HSL color Cylindrical-coordinate representation of color #254C7D: hue angle of 213.41º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254C7D is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 76 125 -
CMYK 0.70 0.39 0 0.51
HSL 213.41º 0.54% 0.32% -
HSV(B) 213.41º 0.7% 0.49% -
XYZ 7.05 7.04 20.39 -
YUV 69.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 37 76 125 0.70 0.39 0 0.51 213.41 0.54 0.32
Hex 25 4C 7D 46 27 0 33 D5 36 20
Octal 45 114 175 106 47 0 63 325 66 40
Binary 100101 1001100 1111101 1000110 100111 0 110011 11010101 110110 100000

Color Harmonies of #254C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C7D

Black with #254C7D

Text Example


Text Example

White with #254C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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