Html Css Color HEX #284299 Tory Blue

📋 copy color: '#284299'

red 40 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #284299

Tints of Tory Blue #284299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 15.44%
G = 25.48%
B = 59.07%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#284299 (or 0x284299) is known color: Tory Blue. HEX triplet: 28, 42 and 99. RGB value is (40,66,153). Sum of RGB (Red+Green+Blue) = 40+66+153=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #284299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284299 is #D7BD66. Grayscale: #434343. Windows color (decimal): -14138727 or 10043944. OLE color: 10043944.

HSL color Cylindrical-coordinate representation of color #284299: hue angle of 226.19º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284299 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 66 153 -
CMYK 0.74 0.57 0 0.4
HSL 226.19º 0.59% 0.38% -
HSV(B) 226.19º 0.74% 0.6% -
XYZ 8.57 6.65 30.97 -
YUV 68.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 40 66 153 0.74 0.57 0 0.4 226.19 0.59 0.38
Hex 28 42 99 4A 39 0 28 E2 3B 26
Octal 50 102 231 112 71 0 50 342 73 46
Binary 101000 1000010 10011001 1001010 111001 0 101000 11100010 111011 100110

Color Harmonies of #284299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284299

Black with #284299

Text Example


Text Example

White with #284299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284299; }

 p { color: rgb(40,66,153); }

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

background-color css

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

 a { background-color: rgb(40,66,153); }

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

border-color css

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

 span { border-color: rgb(40,66,153); }

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