Html Css Color HEX #284D9C Tory Blue

📋 copy color: '#284D9C'

red 40 ◦ green 77 ◦ blue 156

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

Shades of Tory Blue #284D9C

Tints of Tory Blue #284D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 14.65%
G = 28.21%
B = 57.14%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#284D9C (or 0x284D9C) is known color: Tory Blue. HEX triplet: 28, 4D and 9C. RGB value is (40,77,156). Sum of RGB (Red+Green+Blue) = 40+77+156=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #284D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D9C is #D7B263. Grayscale: #4A4A4A. Windows color (decimal): -14135908 or 10243368. OLE color: 10243368.

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

Color convert

RGB 40 77 156 -
CMYK 0.74 0.51 0 0.39
HSL 220.86º 0.59% 0.38% -
HSV(B) 220.86º 0.74% 0.61% -
XYZ 9.53 8.16 32.53 -
YUV 74.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 40 77 156 0.74 0.51 0 0.39 220.86 0.59 0.38
Hex 28 4D 9C 4A 33 0 27 DD 3B 26
Octal 50 115 234 112 63 0 47 335 73 46
Binary 101000 1001101 10011100 1001010 110011 0 100111 11011101 111011 100110

Color Harmonies of #284D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D9C

Black with #284D9C

Text Example


Text Example

White with #284D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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