Html Css Color HEX #283A91 Tory Blue

📋 copy color: '#283A91'

red 40 ◦ green 58 ◦ blue 145

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

Shades of Tory Blue #283A91

Tints of Tory Blue #283A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 16.46%
G = 23.87%
B = 59.67%

CMYK

 C value IS 0.72

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#283A91 (or 0x283A91) is known color: Tory Blue. HEX triplet: 28, 3A and 91. RGB value is (40,58,145). Sum of RGB (Red+Green+Blue) = 40+58+145=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #283A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A91 is #D7C56E. Grayscale: #3E3E3E. Windows color (decimal): -14140783 or 9517608. OLE color: 9517608.

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

Color convert

RGB 40 58 145 -
CMYK 0.72 0.6 0 0.43
HSL 229.71º 0.57% 0.36% -
HSV(B) 229.71º 0.72% 0.57% -
XYZ 7.5 5.52 27.46 -
YUV 62.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 40 58 145 0.72 0.6 0 0.43 229.71 0.57 0.36
Hex 28 3A 91 48 3C 0 2B E6 39 24
Octal 50 72 221 110 74 0 53 346 71 44
Binary 101000 111010 10010001 1001000 111100 0 101011 11100110 111001 100100

Color Harmonies of #283A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A91

Black with #283A91

Text Example


Text Example

White with #283A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,145); }

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

background-color css

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

 a { background-color: rgb(40,58,145); }

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

border-color css

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

 span { border-color: rgb(40,58,145); }

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