Html Css Color HEX #283F8B Tory Blue

📋 copy color: '#283F8B'

red 40 ◦ green 63 ◦ blue 139

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

Shades of Tory Blue #283F8B

Tints of Tory Blue #283F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 16.53%
G = 26.03%
B = 57.44%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#283F8B (or 0x283F8B) is known color: Tory Blue. HEX triplet: 28, 3F and 8B. RGB value is (40,63,139). Sum of RGB (Red+Green+Blue) = 40+63+139=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #283F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F8B is #D7C074. Grayscale: #404040. Windows color (decimal): -14139509 or 9125672. OLE color: 9125672.

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

Color convert

RGB 40 63 139 -
CMYK 0.71 0.55 0 0.45
HSL 226.06º 0.55% 0.35% -
HSV(B) 226.06º 0.71% 0.55% -
XYZ 7.31 5.87 25.17 -
YUV 64.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 40 63 139 0.71 0.55 0 0.45 226.06 0.55 0.35
Hex 28 3F 8B 47 37 0 2D E2 37 23
Octal 50 77 213 107 67 0 55 342 67 43
Binary 101000 111111 10001011 1000111 110111 0 101101 11100010 110111 100011

Color Harmonies of #283F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F8B

Black with #283F8B

Text Example


Text Example

White with #283F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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