Html Css Color HEX #3C529B Tory Blue

📋 copy color: '#3C529B'

red 60 ◦ green 82 ◦ blue 155

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

Shades of Tory Blue #3C529B

Tints of Tory Blue #3C529B

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

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

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

R = 20.2%
G = 27.61%
B = 52.19%

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

#3C529B (or 0x3C529B) is known color: Tory Blue. HEX triplet: 3C, 52 and 9B. RGB value is (60,82,155). Sum of RGB (Red+Green+Blue) = 60+82+155=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C529B is #C3AD64. Grayscale: #535353. Windows color (decimal): -12823909 or 10179132. OLE color: 10179132.

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

Color convert

RGB 60 82 155 -
CMYK 0.61 0.47 0 0.39
HSL 226.11º 0.44% 0.42% -
HSV(B) 226.11º 0.61% 0.61% -
XYZ 10.8 9.36 32.25 -
YUV 83.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 60 82 155 0.61 0.47 0 0.39 226.11 0.44 0.42
Hex 3C 52 9B 3D 2F 0 27 E2 2C 2A
Octal 74 122 233 75 57 0 47 342 54 52
Binary 111100 1010010 10011011 111101 101111 0 100111 11100010 101100 101010

Color Harmonies of #3C529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C529B

Black with #3C529B

Text Example


Text Example

White with #3C529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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