Html Css Color HEX #283C94 Tory Blue

📋 copy color: '#283C94'

red 40 ◦ green 60 ◦ blue 148

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

Shades of Tory Blue #283C94

Tints of Tory Blue #283C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 16.13%
G = 24.19%
B = 59.68%

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

#283C94 (or 0x283C94) is known color: Tory Blue. HEX triplet: 28, 3C and 94. RGB value is (40,60,148). Sum of RGB (Red+Green+Blue) = 40+60+148=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #283C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C94 is #D7C36B. Grayscale: #3F3F3F. Windows color (decimal): -14140268 or 9714728. OLE color: 9714728.

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

Color convert

RGB 40 60 148 -
CMYK 0.73 0.59 0 0.42
HSL 228.89º 0.57% 0.37% -
HSV(B) 228.89º 0.73% 0.58% -
XYZ 7.84 5.82 28.73 -
YUV 64.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 40 60 148 0.73 0.59 0 0.42 228.89 0.57 0.37
Hex 28 3C 94 49 3B 0 2A E5 39 25
Octal 50 74 224 111 73 0 52 345 71 45
Binary 101000 111100 10010100 1001001 111011 0 101010 11100101 111001 100101

Color Harmonies of #283C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C94

Black with #283C94

Text Example


Text Example

White with #283C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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