Html Css Color HEX #283F89 Tory Blue

📋 copy color: '#283F89'

red 40 ◦ green 63 ◦ blue 137

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

Shades of Tory Blue #283F89

Tints of Tory Blue #283F89

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 16.67%
G = 26.25%
B = 57.08%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#283F89 (or 0x283F89) is known color: Tory Blue. HEX triplet: 28, 3F and 89. RGB value is (40,63,137). Sum of RGB (Red+Green+Blue) = 40+63+137=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #283F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F89 is #D7C076. Grayscale: #404040. Windows color (decimal): -14139511 or 8994600. OLE color: 8994600.

HSL color Cylindrical-coordinate representation of color #283F89: hue angle of 225.77º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283F89 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 63 137 -
CMYK 0.71 0.54 0 0.46
HSL 225.77º 0.55% 0.35% -
HSV(B) 225.77º 0.71% 0.54% -
XYZ 7.17 5.81 24.41 -
YUV 64.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 40 63 137 0.71 0.54 0 0.46 225.77 0.55 0.35
Hex 28 3F 89 47 36 0 2E E2 37 23
Octal 50 77 211 107 66 0 56 342 67 43
Binary 101000 111111 10001001 1000111 110110 0 101110 11100010 110111 100011

Color Harmonies of #283F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F89

Black with #283F89

Text Example


Text Example

White with #283F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,63,137); }

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

background-color css

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

 a { background-color: rgb(40,63,137); }

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

border-color css

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

 span { border-color: rgb(40,63,137); }

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