Html Css Color HEX #3D4A89 Tory Blue

📋 copy color: '#3D4A89'

red 61 ◦ green 74 ◦ blue 137

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

Shades of Tory Blue #3D4A89

Tints of Tory Blue #3D4A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 22.43%
G = 27.21%
B = 50.37%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D4A89 (or 0x3D4A89) is known color: Tory Blue. HEX triplet: 3D, 4A and 89. RGB value is (61,74,137). Sum of RGB (Red+Green+Blue) = 61+74+137=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D4A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4A89 is #C2B576. Grayscale: #4D4D4D. Windows color (decimal): -12760439 or 8997437. OLE color: 8997437.

HSL color Cylindrical-coordinate representation of color #3D4A89: hue angle of 229.74º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D4A89 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 74 137 -
CMYK 0.55 0.46 0 0.46
HSL 229.74º 0.38% 0.39% -
HSV(B) 229.74º 0.55% 0.54% -
XYZ 8.89 7.7 24.68 -
YUV 77.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 61 74 137 0.55 0.46 0 0.46 229.74 0.38 0.39
Hex 3D 4A 89 37 2E 0 2E E6 26 27
Octal 75 112 211 67 56 0 56 346 46 47
Binary 111101 1001010 10001001 110111 101110 0 101110 11100110 100110 100111

Color Harmonies of #3D4A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A89

Black with #3D4A89

Text Example


Text Example

White with #3D4A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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