Html Css Color HEX #3D4495 Tory Blue

📋 copy color: '#3D4495'

red 61 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #3D4495

Tints of Tory Blue #3D4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 21.94%
G = 24.46%
B = 53.6%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D4495 (or 0x3D4495) is known color: Tory Blue. HEX triplet: 3D, 44 and 95. RGB value is (61,68,149). Sum of RGB (Red+Green+Blue) = 61+68+149=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D4495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4495 is #C2BB6A. Grayscale: #4A4A4A. Windows color (decimal): -12761963 or 9782333. OLE color: 9782333.

HSL color Cylindrical-coordinate representation of color #3D4495: hue angle of 235.23º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D4495 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 68 149 -
CMYK 0.59 0.54 0 0.42
HSL 235.23º 0.42% 0.41% -
HSV(B) 235.23º 0.59% 0.58% -
XYZ 9.42 7.3 29.35 -
YUV 75.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 61 68 149 0.59 0.54 0 0.42 235.23 0.42 0.41
Hex 3D 44 95 3B 36 0 2A EB 2A 29
Octal 75 104 225 73 66 0 52 353 52 51
Binary 111101 1000100 10010101 111011 110110 0 101010 11101011 101010 101001

Color Harmonies of #3D4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4495

Black with #3D4495

Text Example


Text Example

White with #3D4495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,68,149); }

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

background-color css

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

 a { background-color: rgb(61,68,149); }

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

border-color css

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

 span { border-color: rgb(61,68,149); }

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