#384885

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

Shades of Tory Blue #384885

Tints of Tory Blue #384885

Color information

#384885 (or 0x384885) is unknown color: approx Tory Blue. HEX triplet: 38, 48 and 85. RGB value is (56,72,133). Sum of RGB (Red+Green+Blue) = 56+72+133=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #384885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384885 is #C7B77A. Grayscale: #494949. Windows color (decimal): -13088635 or 8734776. OLE color: 8734776.

HSL color Cylindrical-coordinate representation of color #384885: hue angle of 227.53º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384885 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5672133-
CMYK0.580.4600.48
HSL227.53º40.74%37.06%-
HSV(B)227.53º57.89%52.16%-
XYZ8.187.1723.14-
YUV74.17161.2115.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=21.46%
G=27.59%
B=50.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56721330.580.4600.48227.5340.7437.06
Hex3848853A2E030e42925
Octal7011020572560603445145
Binary111000100100010000101111010101110011000011100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384885; }

 p { color: rgb(56,72,133); }

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

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

 a { background-color: rgb(56,72,133); }

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

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

 span { border-color: rgb(56,72,133); }

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