#3D4883

Color #3D4883 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3D4883

Tints of Tory Blue #3D4883

Color information

#3D4883 (or 0x3D4883) is unknown color: approx Tory Blue. HEX triplet: 3D, 48 and 83. RGB value is (61,72,131). Sum of RGB (Red+Green+Blue) = 61+72+131=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D4883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4883 is #C2B77C. Grayscale: #4B4B4B. Windows color (decimal): -12760957 or 8603709. OLE color: 8603709.

HSL color Cylindrical-coordinate representation of color #3D4883: hue angle of 230.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4883 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6172131-
CMYK0.530.4500.49
HSL230.57º36.46%37.65%-
HSV(B)230.57º53.44%51.37%-
XYZ8.347.2722.44-
YUV75.44159.36117.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=23.11%
G=27.27%
B=49.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61721310.530.4500.49230.5736.4637.65
Hex3D4883352D031e72426
Octal7511020365550613474446
Binary111101100100010000011110101101101011000111100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4883; }

 p { color: rgb(61,72,131); }

 H1.HeaderClassName
 {
   color: #3D4883;
 }
 .AnyTagClassName
 {
   color: #3D4883;
 }
</style>
background-color css

<style>
 a { background-color: #3D4883; }

 a { background-color: rgb(61,72,131); }

 div.DivClassName
 {
   background-color: #3D4883;
 }
 .BgClassName
 {
   background-color: #3D4883;
 }
</style>
border-color css

<style>
 span { border-color: #3D4883; }

 span { border-color: rgb(61,72,131); }

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