Html Css Color HEX #3D4D9B Tory Blue

📋 copy color: '#3D4D9B'

red 61 ◦ green 77 ◦ blue 155

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

Shades of Tory Blue #3D4D9B

Tints of Tory Blue #3D4D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.28%

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 20.82%
G = 26.28%
B = 52.9%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D4D9B (or 0x3D4D9B) is known color: Tory Blue. HEX triplet: 3D, 4D and 9B. RGB value is (61,77,155). Sum of RGB (Red+Green+Blue) = 61+77+155=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D4D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4D9B is #C2B264. Grayscale: #505050. Windows color (decimal): -12759653 or 10177853. OLE color: 10177853.

HSL color Cylindrical-coordinate representation of color #3D4D9B: hue angle of 229.79º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D4D9B is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 77 155 -
CMYK 0.61 0.50 0 0.39
HSL 229.79º 0.44% 0.42% -
HSV(B) 229.79º 0.61% 0.61% -
XYZ 10.49 8.67 32.13 -
YUV 81.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 61 77 155 0.61 0.50 0 0.39 229.79 0.44 0.42
Hex 3D 4D 9B 3D 32 0 27 E6 2C 2A
Octal 75 115 233 75 62 0 47 346 54 52
Binary 111101 1001101 10011011 111101 110010 0 100111 11100110 101100 101010

Color Harmonies of #3D4D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4D9B

Black with #3D4D9B

Text Example


Text Example

White with #3D4D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,77,155); }

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

background-color css

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

 a { background-color: rgb(61,77,155); }

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

border-color css

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

 span { border-color: rgb(61,77,155); }

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