#3B488E

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

Shades of Tory Blue #3B488E

Tints of Tory Blue #3B488E

Color information

#3B488E (or 0x3B488E) is unknown color: approx Tory Blue. HEX triplet: 3B, 48 and 8E. RGB value is (59,72,142). Sum of RGB (Red+Green+Blue) = 59+72+142=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B488E is #C4B771. Grayscale: #4B4B4B. Windows color (decimal): -12892018 or 9324603. OLE color: 9324603.

HSL color Cylindrical-coordinate representation of color #3B488E: hue angle of 230.6º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B488E is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5972142-
CMYK0.580.4900.44
HSL230.6º41.29%39.41%-
HSV(B)230.6º58.45%55.69%-
XYZ97.5226.57-
YUV76.09165.19115.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.61%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=21.61%
G=26.37%
B=52.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59721420.580.4900.44230.641.2939.41
Hex3B488E3A3102Ce72927
Octal7311021672610543475147
Binary111011100100010001110111010110001010110011100111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,142); }

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

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

 a { background-color: rgb(59,72,142); }

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

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

 span { border-color: rgb(59,72,142); }

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