Html Css Color HEX #283C93 Tory Blue

📋 copy color: '#283C93'

red 40 ◦ green 60 ◦ blue 147

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

Shades of Tory Blue #283C93

Tints of Tory Blue #283C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 16.19%
G = 24.29%
B = 59.51%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283C93 (or 0x283C93) is known color: Tory Blue. HEX triplet: 28, 3C and 93. RGB value is (40,60,147). Sum of RGB (Red+Green+Blue) = 40+60+147=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #283C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C93 is #D7C36C. Grayscale: #3F3F3F. Windows color (decimal): -14140269 or 9649192. OLE color: 9649192.

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

Color convert

RGB 40 60 147 -
CMYK 0.73 0.59 0 0.42
HSL 228.79º 0.57% 0.37% -
HSV(B) 228.79º 0.73% 0.58% -
XYZ 7.76 5.79 28.31 -
YUV 63.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 40 60 147 0.73 0.59 0 0.42 228.79 0.57 0.37
Hex 28 3C 93 49 3B 0 2A E5 39 25
Octal 50 74 223 111 73 0 52 345 71 45
Binary 101000 111100 10010011 1001001 111011 0 101010 11100101 111001 100101

Color Harmonies of #283C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C93

Black with #283C93

Text Example


Text Example

White with #283C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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