Html Css Color HEX #3D4F8B Tory Blue

📋 copy color: '#3D4F8B'

red 61 ◦ green 79 ◦ blue 139

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

Shades of Tory Blue #3D4F8B

Tints of Tory Blue #3D4F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 21.86%
G = 28.32%
B = 49.82%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D4F8B (or 0x3D4F8B) is known color: Tory Blue. HEX triplet: 3D, 4F and 8B. RGB value is (61,79,139). Sum of RGB (Red+Green+Blue) = 61+79+139=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D4F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4F8B is #C2B074. Grayscale: #505050. Windows color (decimal): -12759157 or 9129789. OLE color: 9129789.

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

Color convert

RGB 61 79 139 -
CMYK 0.56 0.43 0 0.45
HSL 226.15º 0.39% 0.39% -
HSV(B) 226.15º 0.56% 0.55% -
XYZ 9.38 8.45 25.56 -
YUV 80.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 61 79 139 0.56 0.43 0 0.45 226.15 0.39 0.39
Hex 3D 4F 8B 38 2B 0 2D E2 27 27
Octal 75 117 213 70 53 0 55 342 47 47
Binary 111101 1001111 10001011 111000 101011 0 101101 11100010 100111 100111

Color Harmonies of #3D4F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F8B

Black with #3D4F8B

Text Example


Text Example

White with #3D4F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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