Html Css Color HEX #283E8B Tory Blue

📋 copy color: '#283E8B'

red 40 ◦ green 62 ◦ blue 139

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

Shades of Tory Blue #283E8B

Tints of Tory Blue #283E8B

RGB

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

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

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

R = 16.6%
G = 25.73%
B = 57.68%

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

#283E8B (or 0x283E8B) is known color: Tory Blue. HEX triplet: 28, 3E and 8B. RGB value is (40,62,139). Sum of RGB (Red+Green+Blue) = 40+62+139=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #283E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E8B is #D7C174. Grayscale: #3F3F3F. Windows color (decimal): -14139765 or 9125416. OLE color: 9125416.

HSL color Cylindrical-coordinate representation of color #283E8B: hue angle of 226.67º 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 #283E8B is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 62 139 -
CMYK 0.71 0.55 0 0.45
HSL 226.67º 0.55% 0.35% -
HSV(B) 226.67º 0.71% 0.55% -
XYZ 7.26 5.76 25.16 -
YUV 64.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 40 62 139 0.71 0.55 0 0.45 226.67 0.55 0.35
Hex 28 3E 8B 47 37 0 2D E3 37 23
Octal 50 76 213 107 67 0 55 343 67 43
Binary 101000 111110 10001011 1000111 110111 0 101101 11100011 110111 100011

Color Harmonies of #283E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E8B

Black with #283E8B

Text Example


Text Example

White with #283E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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