Html Css Color HEX #284C9F Tory Blue

📋 copy color: '#284C9F'

red 40 ◦ green 76 ◦ blue 159

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

Shades of Tory Blue #284C9F

Tints of Tory Blue #284C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 14.55%
G = 27.64%
B = 57.82%

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

#284C9F (or 0x284C9F) is known color: Tory Blue. HEX triplet: 28, 4C and 9F. RGB value is (40,76,159). Sum of RGB (Red+Green+Blue) = 40+76+159=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #284C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C9F is #D7B360. Grayscale: #4A4A4A. Windows color (decimal): -14136161 or 10439720. OLE color: 10439720.

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

Color convert

RGB 40 76 159 -
CMYK 0.75 0.52 0 0.38
HSL 221.85º 0.6% 0.39% -
HSV(B) 221.85º 0.75% 0.62% -
XYZ 9.72 8.12 33.86 -
YUV 74.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 40 76 159 0.75 0.52 0 0.38 221.85 0.6 0.39
Hex 28 4C 9F 4B 34 0 26 DE 3C 27
Octal 50 114 237 113 64 0 46 336 74 47
Binary 101000 1001100 10011111 1001011 110100 0 100110 11011110 111100 100111

Color Harmonies of #284C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C9F

Black with #284C9F

Text Example


Text Example

White with #284C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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