Html Css Color HEX #3D507D Tory Blue

📋 copy color: '#3D507D'

red 61 ◦ green 80 ◦ blue 125

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

Shades of Tory Blue #3D507D

Tints of Tory Blue #3D507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 22.93%
G = 30.08%
B = 46.99%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D507D (or 0x3D507D) is known color: Tory Blue. HEX triplet: 3D, 50 and 7D. RGB value is (61,80,125). Sum of RGB (Red+Green+Blue) = 61+80+125=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D507D is #C2AF82. Grayscale: #4F4F4F. Windows color (decimal): -12758915 or 8212541. OLE color: 8212541.

HSL color Cylindrical-coordinate representation of color #3D507D: hue angle of 222.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D507D is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 80 125 -
CMYK 0.51 0.36 0 0.51
HSL 222.19º 0.34% 0.36% -
HSV(B) 222.19º 0.51% 0.49% -
XYZ 8.49 8.21 20.54 -
YUV 79.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 61 80 125 0.51 0.36 0 0.51 222.19 0.34 0.36
Hex 3D 50 7D 33 24 0 33 DE 22 24
Octal 75 120 175 63 44 0 63 336 42 44
Binary 111101 1010000 1111101 110011 100100 0 110011 11011110 100010 100100

Color Harmonies of #3D507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D507D

Black with #3D507D

Text Example


Text Example

White with #3D507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,80,125); }

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

background-color css

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

 a { background-color: rgb(61,80,125); }

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

border-color css

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

 span { border-color: rgb(61,80,125); }

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