Html Css Color HEX #283D90 Tory Blue

📋 copy color: '#283D90'

red 40 ◦ green 61 ◦ blue 144

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

Shades of Tory Blue #283D90

Tints of Tory Blue #283D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 16.33%
G = 24.9%
B = 58.78%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#283D90 (or 0x283D90) is known color: Tory Blue. HEX triplet: 28, 3D and 90. RGB value is (40,61,144). Sum of RGB (Red+Green+Blue) = 40+61+144=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #283D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D90 is #D7C26F. Grayscale: #3F3F3F. Windows color (decimal): -14140016 or 9452840. OLE color: 9452840.

HSL color Cylindrical-coordinate representation of color #283D90: hue angle of 227.88º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283D90 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 61 144 -
CMYK 0.72 0.58 0 0.44
HSL 227.88º 0.57% 0.36% -
HSV(B) 227.88º 0.72% 0.56% -
XYZ 7.58 5.8 27.11 -
YUV 64.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 40 61 144 0.72 0.58 0 0.44 227.88 0.57 0.36
Hex 28 3D 90 48 3A 0 2C E4 39 24
Octal 50 75 220 110 72 0 54 344 71 44
Binary 101000 111101 10010000 1001000 111010 0 101100 11100100 111001 100100

Color Harmonies of #283D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D90

Black with #283D90

Text Example


Text Example

White with #283D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,61,144); }

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

background-color css

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

 a { background-color: rgb(40,61,144); }

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

border-color css

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

 span { border-color: rgb(40,61,144); }

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