#3C588D

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

Shades of Tory Blue #3C588D

Tints of Tory Blue #3C588D

Color information

#3C588D (or 0x3C588D) is unknown color: approx Tory Blue. HEX triplet: 3C, 58 and 8D. RGB value is (60,88,141). Sum of RGB (Red+Green+Blue) = 60+88+141=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C588D is #C3A772. Grayscale: #555555. Windows color (decimal): -12822387 or 9263164. OLE color: 9263164.

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

Color convert

RGB6088141-
CMYK0.570.3800.45
HSL219.26º40.3%39.41%-
HSV(B)219.26º57.45%55.29%-
XYZ10.169.8626.57-
YUV85.67159.22109.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=20.76%
G=30.45%
B=48.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60881410.570.3800.45219.2640.339.41
Hex3C588D392602Ddb2827
Octal7413021571460553335047
Binary111100101100010001101111001100110010110111011011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,88,141); }

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

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

 a { background-color: rgb(60,88,141); }

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

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

 span { border-color: rgb(60,88,141); }

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