Html Css Color HEX #283B93 Tory Blue

📋 copy color: '#283B93'

red 40 ◦ green 59 ◦ blue 147

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

Shades of Tory Blue #283B93

Tints of Tory Blue #283B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

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

R = 16.26%
G = 23.98%
B = 59.76%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283B93 (or 0x283B93) is known color: Tory Blue. HEX triplet: 28, 3B and 93. RGB value is (40,59,147). Sum of RGB (Red+Green+Blue) = 40+59+147=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #283B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B93 is #D7C46C. Grayscale: #3E3E3E. Windows color (decimal): -14140525 or 9648936. OLE color: 9648936.

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

Color convert

RGB 40 59 147 -
CMYK 0.73 0.60 0 0.42
HSL 229.35º 0.57% 0.37% -
HSV(B) 229.35º 0.73% 0.58% -
XYZ 7.71 5.69 28.3 -
YUV 63.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 40 59 147 0.73 0.60 0 0.42 229.35 0.57 0.37
Hex 28 3B 93 49 3C 0 2A E5 39 25
Octal 50 73 223 111 74 0 52 345 71 45
Binary 101000 111011 10010011 1001001 111100 0 101010 11100101 111001 100101

Color Harmonies of #283B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B93

Black with #283B93

Text Example


Text Example

White with #283B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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