#3C4B9B

Color #3C4B9B Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3C4B9B

Tints of Tory Blue #3C4B9B

Color information

#3C4B9B (or 0x3C4B9B) is unknown color: approx Tory Blue. HEX triplet: 3C, 4B and 9B. RGB value is (60,75,155). Sum of RGB (Red+Green+Blue) = 60+75+155=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C4B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4B9B is #C3B464. Grayscale: #4F4F4F. Windows color (decimal): -12825701 or 10177340. OLE color: 10177340.

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

Color convert

RGB6075155-
CMYK0.610.5200.39
HSL230.53º44.19%42.16%-
HSV(B)230.53º61.29%60.78%-
XYZ10.38.3632.08-
YUV79.63170.53114-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=20.69%
G=25.86%
B=53.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60751550.610.5200.39230.5344.1942.16
Hex3C4B9B3D34027e72c2a
Octal7411323375640473475452
Binary111100100101110011011111101110100010011111100111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C4B9B;
 }
 .AnyTagClassName
 {
   color: #3C4B9B;
 }
</style>
background-color css

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

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

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

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

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

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