Html Css Color HEX #3D4A7C Tory Blue

📋 copy color: '#3D4A7C'

red 61 ◦ green 74 ◦ blue 124

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

Shades of Tory Blue #3D4A7C

Tints of Tory Blue #3D4A7C

RGB

 RED value IS 61 (24.22% from 255) = 23.55%

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 23.55%
G = 28.57%
B = 47.88%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D4A7C (or 0x3D4A7C) is known color: Tory Blue. HEX triplet: 3D, 4A and 7C. RGB value is (61,74,124). Sum of RGB (Red+Green+Blue) = 61+74+124=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D4A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A7C is #C2B583. Grayscale: #4B4B4B. Windows color (decimal): -12760452 or 8145469. OLE color: 8145469.

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

Color convert

RGB 61 74 124 -
CMYK 0.51 0.40 0 0.51
HSL 227.62º 0.34% 0.36% -
HSV(B) 227.62º 0.51% 0.49% -
XYZ 8.01 7.34 20.06 -
YUV 75.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 61 74 124 0.51 0.40 0 0.51 227.62 0.34 0.36
Hex 3D 4A 7C 33 28 0 33 E4 22 24
Octal 75 112 174 63 50 0 63 344 42 44
Binary 111101 1001010 1111100 110011 101000 0 110011 11100100 100010 100100

Color Harmonies of #3D4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A7C

Black with #3D4A7C

Text Example


Text Example

White with #3D4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,74,124); }

 H1.HeaderClassName
 {
   color: #3D4A7C;
 }
 .AnyTagClassName
 {
   color: #3D4A7C;
 }
</style>

background-color css

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

 a { background-color: rgb(61,74,124); }

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

border-color css

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

 span { border-color: rgb(61,74,124); }

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