Html Css Color HEX #283D97 Tory Blue

📋 copy color: '#283D97'

red 40 ◦ green 61 ◦ blue 151

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

Shades of Tory Blue #283D97

Tints of Tory Blue #283D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 15.87%
G = 24.21%
B = 59.92%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#283D97 (or 0x283D97) is known color: Tory Blue. HEX triplet: 28, 3D and 97. RGB value is (40,61,151). Sum of RGB (Red+Green+Blue) = 40+61+151=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #283D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283D97 is #D7C268. Grayscale: #404040. Windows color (decimal): -14140009 or 9911592. OLE color: 9911592.

HSL color Cylindrical-coordinate representation of color #283D97: hue angle of 228.65º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #283D97 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 61 151 -
CMYK 0.74 0.60 0 0.41
HSL 228.65º 0.58% 0.37% -
HSV(B) 228.65º 0.74% 0.59% -
XYZ 8.13 6.02 30.01 -
YUV 64.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 40 61 151 0.74 0.60 0 0.41 228.65 0.58 0.37
Hex 28 3D 97 4A 3C 0 29 E5 3A 25
Octal 50 75 227 112 74 0 51 345 72 45
Binary 101000 111101 10010111 1001010 111100 0 101001 11100101 111010 100101

Color Harmonies of #283D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D97

Black with #283D97

Text Example


Text Example

White with #283D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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