Html Css Color HEX #283C96 Tory Blue

📋 copy color: '#283C96'

red 40 ◦ green 60 ◦ blue 150

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

Shades of Tory Blue #283C96

Tints of Tory Blue #283C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 16%
G = 24%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283C96 (or 0x283C96) is known color: Tory Blue. HEX triplet: 28, 3C and 96. RGB value is (40,60,150). Sum of RGB (Red+Green+Blue) = 40+60+150=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #283C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C96 is #D7C369. Grayscale: #3F3F3F. Windows color (decimal): -14140266 or 9845800. OLE color: 9845800.

HSL color Cylindrical-coordinate representation of color #283C96: hue angle of 229.09º 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 #283C96 is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 60 150 -
CMYK 0.73 0.6 0 0.41
HSL 229.09º 0.58% 0.37% -
HSV(B) 229.09º 0.73% 0.59% -
XYZ 8 5.88 29.57 -
YUV 64.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 40 60 150 0.73 0.6 0 0.41 229.09 0.58 0.37
Hex 28 3C 96 49 3C 0 29 E5 3A 25
Octal 50 74 226 111 74 0 51 345 72 45
Binary 101000 111100 10010110 1001001 111100 0 101001 11100101 111010 100101

Color Harmonies of #283C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C96

Black with #283C96

Text Example


Text Example

White with #283C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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