Html Css Color HEX #284D7C St Tropaz

📋 copy color: '#284D7C'

red 40 ◦ green 77 ◦ blue 124

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

Shades of St Tropaz #284D7C

Tints of St Tropaz #284D7C

RGB

 RED value IS 40 (16.02% from 255) = 16.6%

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

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 16.6%
G = 31.95%
B = 51.45%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#284D7C (or 0x284D7C) is known color: St Tropaz. HEX triplet: 28, 4D and 7C. RGB value is (40,77,124). Sum of RGB (Red+Green+Blue) = 40+77+124=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #284D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D7C is #D7B283. Grayscale: #474747. Windows color (decimal): -14135940 or 8146216. OLE color: 8146216.

HSL color Cylindrical-coordinate representation of color #284D7C: hue angle of 213.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #284D7C is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 77 124 -
CMYK 0.68 0.38 0 0.51
HSL 213.57º 0.51% 0.32% -
HSV(B) 213.57º 0.68% 0.49% -
XYZ 7.17 7.21 20.08 -
YUV 71.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 40 77 124 0.68 0.38 0 0.51 213.57 0.51 0.32
Hex 28 4D 7C 44 26 0 33 D6 33 20
Octal 50 115 174 104 46 0 63 326 63 40
Binary 101000 1001101 1111100 1000100 100110 0 110011 11010110 110011 100000

Color Harmonies of #284D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D7C

Black with #284D7C

Text Example


Text Example

White with #284D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284D7C; }

 p { color: rgb(40,77,124); }

 H1.HeaderClassName
 {
   color: #284D7C;
 }
 .AnyTagClassName
 {
   color: #284D7C;
 }
</style>

background-color css

<style>
 a { background-color: #284D7C; }

 a { background-color: rgb(40,77,124); }

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

border-color css

<style>
 span { border-color: #284D7C; }

 span { border-color: rgb(40,77,124); }

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