Html Css Color HEX #283B8E Tory Blue

📋 copy color: '#283B8E'

red 40 ◦ green 59 ◦ blue 142

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

Shades of Tory Blue #283B8E

Tints of Tory Blue #283B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 16.6%
G = 24.48%
B = 58.92%

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

#283B8E (or 0x283B8E) is known color: Tory Blue. HEX triplet: 28, 3B and 8E. RGB value is (40,59,142). Sum of RGB (Red+Green+Blue) = 40+59+142=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #283B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B8E is #D7C471. Grayscale: #3E3E3E. Windows color (decimal): -14140530 or 9321256. OLE color: 9321256.

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

Color convert

RGB 40 59 142 -
CMYK 0.72 0.58 0 0.44
HSL 228.82º 0.56% 0.36% -
HSV(B) 228.82º 0.72% 0.56% -
XYZ 7.32 5.53 26.27 -
YUV 62.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 40 59 142 0.72 0.58 0 0.44 228.82 0.56 0.36
Hex 28 3B 8E 48 3A 0 2C E5 38 24
Octal 50 73 216 110 72 0 54 345 70 44
Binary 101000 111011 10001110 1001000 111010 0 101100 11100101 111000 100100

Color Harmonies of #283B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283B8E

Black with #283B8E

Text Example


Text Example

White with #283B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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