Html Css Color HEX #3D4F90 Tory Blue

📋 copy color: '#3D4F90'

red 61 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #3D4F90

Tints of Tory Blue #3D4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 21.48%
G = 27.82%
B = 50.7%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D4F90 (or 0x3D4F90) is known color: Tory Blue. HEX triplet: 3D, 4F and 90. RGB value is (61,79,144). Sum of RGB (Red+Green+Blue) = 61+79+144=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D4F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4F90 is #C2B06F. Grayscale: #505050. Windows color (decimal): -12759152 or 9457469. OLE color: 9457469.

HSL color Cylindrical-coordinate representation of color #3D4F90: hue angle of 226.99º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D4F90 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 79 144 -
CMYK 0.58 0.45 0 0.44
HSL 226.99º 0.4% 0.4% -
HSV(B) 226.99º 0.58% 0.56% -
XYZ 9.75 8.6 27.53 -
YUV 81.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 61 79 144 0.58 0.45 0 0.44 226.99 0.4 0.4
Hex 3D 4F 90 3A 2D 0 2C E3 28 28
Octal 75 117 220 72 55 0 54 343 50 50
Binary 111101 1001111 10010000 111010 101101 0 101100 11100011 101000 101000

Color Harmonies of #3D4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F90

Black with #3D4F90

Text Example


Text Example

White with #3D4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,79,144); }

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

background-color css

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

 a { background-color: rgb(61,79,144); }

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

border-color css

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

 span { border-color: rgb(61,79,144); }

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