Html Css Color HEX #3D4F9B Tory Blue

📋 copy color: '#3D4F9B'

red 61 ◦ green 79 ◦ blue 155

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

Shades of Tory Blue #3D4F9B

Tints of Tory Blue #3D4F9B

RGB

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

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

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

R = 20.68%
G = 26.78%
B = 52.54%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D4F9B (or 0x3D4F9B) is known color: Tory Blue. HEX triplet: 3D, 4F and 9B. RGB value is (61,79,155). Sum of RGB (Red+Green+Blue) = 61+79+155=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D4F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4F9B is #C2B064. Grayscale: #515151. Windows color (decimal): -12759141 or 10178365. OLE color: 10178365.

HSL color Cylindrical-coordinate representation of color #3D4F9B: hue angle of 228.51º 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 #3D4F9B is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 79 155 -
CMYK 0.61 0.49 0 0.39
HSL 228.51º 0.44% 0.42% -
HSV(B) 228.51º 0.61% 0.61% -
XYZ 10.64 8.95 32.18 -
YUV 82.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 61 79 155 0.61 0.49 0 0.39 228.51 0.44 0.42
Hex 3D 4F 9B 3D 31 0 27 E5 2C 2A
Octal 75 117 233 75 61 0 47 345 54 52
Binary 111101 1001111 10011011 111101 110001 0 100111 11100101 101100 101010

Color Harmonies of #3D4F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F9B

Black with #3D4F9B

Text Example


Text Example

White with #3D4F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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