#384798

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

Shades of Tory Blue #384798

Tints of Tory Blue #384798

Color information

#384798 (or 0x384798) is unknown color: approx Tory Blue. HEX triplet: 38, 47 and 98. RGB value is (56,71,152). Sum of RGB (Red+Green+Blue) = 56+71+152=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #384798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384798 is #C7B867. Grayscale: #4B4B4B. Windows color (decimal): -13088872 or 9979704. OLE color: 9979704.

HSL color Cylindrical-coordinate representation of color #384798: hue angle of 230.62º 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 #384798 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5671152-
CMYK0.630.5300.40
HSL230.62º46.15%40.78%-
HSV(B)230.62º63.16%59.61%-
XYZ9.557.6130.67-
YUV75.75171.03113.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=20.07%
G=25.45%
B=54.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56711520.630.5300.40230.6246.1540.78
Hex3847983F35028e72e29
Octal7010723077650503475651
Binary111000100011110011000111111110101010100011100111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384798; }

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

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

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

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

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

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

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

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