Html Css Color HEX #283E94 Tory Blue

📋 copy color: '#283E94'

red 40 ◦ green 62 ◦ blue 148

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

Shades of Tory Blue #283E94

Tints of Tory Blue #283E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 16%
G = 24.8%
B = 59.2%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283E94 (or 0x283E94) is known color: Tory Blue. HEX triplet: 28, 3E and 94. RGB value is (40,62,148). Sum of RGB (Red+Green+Blue) = 40+62+148=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #283E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E94 is #D7C16B. Grayscale: #404040. Windows color (decimal): -14139756 or 9715240. OLE color: 9715240.

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

Color convert

RGB 40 62 148 -
CMYK 0.73 0.58 0 0.42
HSL 227.78º 0.57% 0.37% -
HSV(B) 227.78º 0.73% 0.58% -
XYZ 7.94 6.03 28.76 -
YUV 65.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 40 62 148 0.73 0.58 0 0.42 227.78 0.57 0.37
Hex 28 3E 94 49 3A 0 2A E4 39 25
Octal 50 76 224 111 72 0 52 344 71 45
Binary 101000 111110 10010100 1001001 111010 0 101010 11100100 111001 100101

Color Harmonies of #283E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E94

Black with #283E94

Text Example


Text Example

White with #283E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,62,148); }

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

background-color css

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

 a { background-color: rgb(40,62,148); }

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

border-color css

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

 span { border-color: rgb(40,62,148); }

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