Html Css Color HEX #284C7D St Tropaz

📋 copy color: '#284C7D'

red 40 ◦ green 76 ◦ blue 125

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

Shades of St Tropaz #284C7D

Tints of St Tropaz #284C7D

RGB

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

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

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

R = 16.6%
G = 31.54%
B = 51.87%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#284C7D (or 0x284C7D) is known color: St Tropaz. HEX triplet: 28, 4C and 7D. RGB value is (40,76,125). Sum of RGB (Red+Green+Blue) = 40+76+125=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #284C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C7D is #D7B382. Grayscale: #464646. Windows color (decimal): -14136195 or 8211496. OLE color: 8211496.

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

Color convert

RGB 40 76 125 -
CMYK 0.68 0.39 0 0.51
HSL 214.59º 0.52% 0.32% -
HSV(B) 214.59º 0.68% 0.49% -
XYZ 7.16 7.1 20.4 -
YUV 70.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 40 76 125 0.68 0.39 0 0.51 214.59 0.52 0.32
Hex 28 4C 7D 44 27 0 33 D7 34 20
Octal 50 114 175 104 47 0 63 327 64 40
Binary 101000 1001100 1111101 1000100 100111 0 110011 11010111 110100 100000

Color Harmonies of #284C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C7D

Black with #284C7D

Text Example


Text Example

White with #284C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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