Html Css Color HEX #284C9D Tory Blue

📋 copy color: '#284C9D'

red 40 ◦ green 76 ◦ blue 157

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

Shades of Tory Blue #284C9D

Tints of Tory Blue #284C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 14.65%
G = 27.84%
B = 57.51%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#284C9D (or 0x284C9D) is known color: Tory Blue. HEX triplet: 28, 4C and 9D. RGB value is (40,76,157). Sum of RGB (Red+Green+Blue) = 40+76+157=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #284C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C9D is #D7B362. Grayscale: #4A4A4A. Windows color (decimal): -14136163 or 10308648. OLE color: 10308648.

HSL color Cylindrical-coordinate representation of color #284C9D: hue angle of 221.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284C9D is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 76 157 -
CMYK 0.75 0.52 0 0.38
HSL 221.54º 0.59% 0.39% -
HSV(B) 221.54º 0.75% 0.62% -
XYZ 9.55 8.05 32.95 -
YUV 74.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 40 76 157 0.75 0.52 0 0.38 221.54 0.59 0.39
Hex 28 4C 9D 4B 34 0 26 DE 3B 27
Octal 50 114 235 113 64 0 46 336 73 47
Binary 101000 1001100 10011101 1001011 110100 0 100110 11011110 111011 100111

Color Harmonies of #284C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C9D

Black with #284C9D

Text Example


Text Example

White with #284C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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