Html Css Color HEX #284C9B Tory Blue

📋 copy color: '#284C9B'

red 40 ◦ green 76 ◦ blue 155

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

Shades of Tory Blue #284C9B

Tints of Tory Blue #284C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 14.76%
G = 28.04%
B = 57.2%

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

#284C9B (or 0x284C9B) is known color: Tory Blue. HEX triplet: 28, 4C and 9B. RGB value is (40,76,155). Sum of RGB (Red+Green+Blue) = 40+76+155=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #284C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C9B is #D7B364. Grayscale: #494949. Windows color (decimal): -14136165 or 10177576. OLE color: 10177576.

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

Color convert

RGB 40 76 155 -
CMYK 0.74 0.51 0 0.39
HSL 221.22º 0.59% 0.38% -
HSV(B) 221.22º 0.74% 0.61% -
XYZ 9.38 7.99 32.06 -
YUV 74.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 40 76 155 0.74 0.51 0 0.39 221.22 0.59 0.38
Hex 28 4C 9B 4A 33 0 27 DD 3B 26
Octal 50 114 233 112 63 0 47 335 73 46
Binary 101000 1001100 10011011 1001010 110011 0 100111 11011101 111011 100110

Color Harmonies of #284C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C9B

Black with #284C9B

Text Example


Text Example

White with #284C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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