Html Css Color HEX #283F96 Tory Blue

📋 copy color: '#283F96'

red 40 ◦ green 63 ◦ blue 150

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

Shades of Tory Blue #283F96

Tints of Tory Blue #283F96

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 150 (58.98% from 255) = 59.29%

R = 15.81%
G = 24.9%
B = 59.29%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283F96 (or 0x283F96) is known color: Tory Blue. HEX triplet: 28, 3F and 96. RGB value is (40,63,150). Sum of RGB (Red+Green+Blue) = 40+63+150=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #283F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F96 is #D7C069. Grayscale: #414141. Windows color (decimal): -14139498 or 9846568. OLE color: 9846568.

HSL color Cylindrical-coordinate representation of color #283F96: hue angle of 227.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283F96 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 63 150 -
CMYK 0.73 0.58 0 0.41
HSL 227.45º 0.58% 0.37% -
HSV(B) 227.45º 0.73% 0.59% -
XYZ 8.16 6.21 29.62 -
YUV 66.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 40 63 150 0.73 0.58 0 0.41 227.45 0.58 0.37
Hex 28 3F 96 49 3A 0 29 E3 3A 25
Octal 50 77 226 111 72 0 51 343 72 45
Binary 101000 111111 10010110 1001001 111010 0 101001 11100011 111010 100101

Color Harmonies of #283F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F96

Black with #283F96

Text Example


Text Example

White with #283F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283F96; }

 p { color: rgb(40,63,150); }

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

background-color css

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

 a { background-color: rgb(40,63,150); }

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

border-color css

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

 span { border-color: rgb(40,63,150); }

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