Html Css Color HEX #284E7D St Tropaz

📋 copy color: '#284E7D'

red 40 ◦ green 78 ◦ blue 125

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

Shades of St Tropaz #284E7D

Tints of St Tropaz #284E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

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

R = 16.46%
G = 32.1%
B = 51.44%

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

#284E7D (or 0x284E7D) is known color: St Tropaz. HEX triplet: 28, 4E and 7D. RGB value is (40,78,125). Sum of RGB (Red+Green+Blue) = 40+78+125=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #284E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7D is #D7B182. Grayscale: #474747. Windows color (decimal): -14135683 or 8212008. OLE color: 8212008.

HSL color Cylindrical-coordinate representation of color #284E7D: hue angle of 213.18º degrees, saturation: 0.52, 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 #284E7D is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 78 125 -
CMYK 0.68 0.38 0 0.51
HSL 213.18º 0.52% 0.32% -
HSV(B) 213.18º 0.68% 0.49% -
XYZ 7.3 7.38 20.44 -
YUV 72 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 40 78 125 0.68 0.38 0 0.51 213.18 0.52 0.32
Hex 28 4E 7D 44 26 0 33 D5 34 20
Octal 50 116 175 104 46 0 63 325 64 40
Binary 101000 1001110 1111101 1000100 100110 0 110011 11010101 110100 100000

Color Harmonies of #284E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E7D

Black with #284E7D

Text Example


Text Example

White with #284E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,78,125); }

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

background-color css

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

 a { background-color: rgb(40,78,125); }

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

border-color css

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

 span { border-color: rgb(40,78,125); }

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