Html Css Color HEX #283E8F Tory Blue

📋 copy color: '#283E8F'

red 40 ◦ green 62 ◦ blue 143

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

Shades of Tory Blue #283E8F

Tints of Tory Blue #283E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.37%

R = 16.33%
G = 25.31%
B = 58.37%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#283E8F (or 0x283E8F) is known color: Tory Blue. HEX triplet: 28, 3E and 8F. RGB value is (40,62,143). Sum of RGB (Red+Green+Blue) = 40+62+143=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #283E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E8F is #D7C170. Grayscale: #404040. Windows color (decimal): -14139761 or 9387560. OLE color: 9387560.

HSL color Cylindrical-coordinate representation of color #283E8F: hue angle of 227.18º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283E8F is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 62 143 -
CMYK 0.72 0.57 0 0.44
HSL 227.18º 0.56% 0.36% -
HSV(B) 227.18º 0.72% 0.56% -
XYZ 7.56 5.88 26.72 -
YUV 64.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 40 62 143 0.72 0.57 0 0.44 227.18 0.56 0.36
Hex 28 3E 8F 48 39 0 2C E3 38 24
Octal 50 76 217 110 71 0 54 343 70 44
Binary 101000 111110 10001111 1001000 111001 0 101100 11100011 111000 100100

Color Harmonies of #283E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E8F

Black with #283E8F

Text Example


Text Example

White with #283E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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