Html Css Color HEX #283E8C Tory Blue

📋 copy color: '#283E8C'

red 40 ◦ green 62 ◦ blue 140

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

Shades of Tory Blue #283E8C

Tints of Tory Blue #283E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 16.53%
G = 25.62%
B = 57.85%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#283E8C (or 0x283E8C) is known color: Tory Blue. HEX triplet: 28, 3E and 8C. RGB value is (40,62,140). Sum of RGB (Red+Green+Blue) = 40+62+140=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #283E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E8C is #D7C173. Grayscale: #3F3F3F. Windows color (decimal): -14139764 or 9190952. OLE color: 9190952.

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

Color convert

RGB 40 62 140 -
CMYK 0.71 0.56 0 0.45
HSL 226.8º 0.56% 0.35% -
HSV(B) 226.8º 0.71% 0.55% -
XYZ 7.33 5.79 25.54 -
YUV 64.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 40 62 140 0.71 0.56 0 0.45 226.8 0.56 0.35
Hex 28 3E 8C 47 38 0 2D E3 38 23
Octal 50 76 214 107 70 0 55 343 70 43
Binary 101000 111110 10001100 1000111 111000 0 101101 11100011 111000 100011

Color Harmonies of #283E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283E8C

Black with #283E8C

Text Example


Text Example

White with #283E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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