Html Css Color HEX #283D94 Tory Blue

📋 copy color: '#283D94'

red 40 ◦ green 61 ◦ blue 148

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

Shades of Tory Blue #283D94

Tints of Tory Blue #283D94

RGB

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

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

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

R = 16.06%
G = 24.5%
B = 59.44%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#283D94 (or 0x283D94) is known color: Tory Blue. HEX triplet: 28, 3D and 94. RGB value is (40,61,148). Sum of RGB (Red+Green+Blue) = 40+61+148=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #283D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D94 is #D7C26B. Grayscale: #404040. Windows color (decimal): -14140012 or 9714984. OLE color: 9714984.

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

Color convert

RGB 40 61 148 -
CMYK 0.73 0.59 0 0.42
HSL 228.33º 0.57% 0.37% -
HSV(B) 228.33º 0.73% 0.58% -
XYZ 7.89 5.93 28.75 -
YUV 64.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 40 61 148 0.73 0.59 0 0.42 228.33 0.57 0.37
Hex 28 3D 94 49 3B 0 2A E4 39 25
Octal 50 75 224 111 73 0 52 344 71 45
Binary 101000 111101 10010100 1001001 111011 0 101010 11100100 111001 100101

Color Harmonies of #283D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D94

Black with #283D94

Text Example


Text Example

White with #283D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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