Html Css Color HEX #3D529B Tory Blue

📋 copy color: '#3D529B'

red 61 ◦ green 82 ◦ blue 155

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

Shades of Tory Blue #3D529B

Tints of Tory Blue #3D529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 20.47%
G = 27.52%
B = 52.01%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D529B (or 0x3D529B) is known color: Tory Blue. HEX triplet: 3D, 52 and 9B. RGB value is (61,82,155). Sum of RGB (Red+Green+Blue) = 61+82+155=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D529B is #C2AD64. Grayscale: #535353. Windows color (decimal): -12758373 or 10179133. OLE color: 10179133.

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

Color convert

RGB 61 82 155 -
CMYK 0.61 0.47 0 0.39
HSL 226.6º 0.44% 0.42% -
HSV(B) 226.6º 0.61% 0.61% -
XYZ 10.86 9.39 32.25 -
YUV 84.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 61 82 155 0.61 0.47 0 0.39 226.6 0.44 0.42
Hex 3D 52 9B 3D 2F 0 27 E3 2C 2A
Octal 75 122 233 75 57 0 47 343 54 52
Binary 111101 1010010 10011011 111101 101111 0 100111 11100011 101100 101010

Color Harmonies of #3D529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D529B

Black with #3D529B

Text Example


Text Example

White with #3D529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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