#384E98

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

Shades of Tory Blue #384E98

Tints of Tory Blue #384E98

Color information

#384E98 (or 0x384E98) is unknown color: approx Tory Blue. HEX triplet: 38, 4E and 98. RGB value is (56,78,152). Sum of RGB (Red+Green+Blue) = 56+78+152=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #384E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E98 is #C7B167. Grayscale: #4F4F4F. Windows color (decimal): -13087080 or 9981496. OLE color: 9981496.

HSL color Cylindrical-coordinate representation of color #384E98: hue angle of 226.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384E98 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5678152-
CMYK0.630.4900.40
HSL226.25º46.15%40.78%-
HSV(B)226.25º63.16%59.61%-
XYZ10.028.5630.83-
YUV79.86168.71110.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=19.58%
G=27.27%
B=53.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56781520.630.4900.40226.2546.1540.78
Hex384E983F31028e22e29
Octal7011623077610503425651
Binary111000100111010011000111111110001010100011100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384E98; }

 p { color: rgb(56,78,152); }

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

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

 a { background-color: rgb(56,78,152); }

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

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

 span { border-color: rgb(56,78,152); }

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