Html Css Color HEX #283B90 Tory Blue

📋 copy color: '#283B90'

red 40 ◦ green 59 ◦ blue 144

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

Shades of Tory Blue #283B90

Tints of Tory Blue #283B90

RGB

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

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

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

R = 16.46%
G = 24.28%
B = 59.26%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#283B90 (or 0x283B90) is known color: Tory Blue. HEX triplet: 28, 3B and 90. RGB value is (40,59,144). Sum of RGB (Red+Green+Blue) = 40+59+144=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #283B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B90 is #D7C46F. Grayscale: #3E3E3E. Windows color (decimal): -14140528 or 9452328. OLE color: 9452328.

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

Color convert

RGB 40 59 144 -
CMYK 0.72 0.59 0 0.44
HSL 229.04º 0.57% 0.36% -
HSV(B) 229.04º 0.72% 0.56% -
XYZ 7.47 5.59 27.07 -
YUV 63.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 40 59 144 0.72 0.59 0 0.44 229.04 0.57 0.36
Hex 28 3B 90 48 3B 0 2C E5 39 24
Octal 50 73 220 110 73 0 54 345 71 44
Binary 101000 111011 10010000 1001000 111011 0 101100 11100101 111001 100100

Color Harmonies of #283B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B90

Black with #283B90

Text Example


Text Example

White with #283B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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