#38448E

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

Shades of Tory Blue #38448E

Tints of Tory Blue #38448E

Color information

#38448E (or 0x38448E) is unknown color: approx Tory Blue. HEX triplet: 38, 44 and 8E. RGB value is (56,68,142). Sum of RGB (Red+Green+Blue) = 56+68+142=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #38448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38448E is #C7BB71. Grayscale: #484848. Windows color (decimal): -13089650 or 9323576. OLE color: 9323576.

HSL color Cylindrical-coordinate representation of color #38448E: hue angle of 231.63º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38448E is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5668142-
CMYK0.610.5200.44
HSL231.63º43.43%38.82%-
HSV(B)231.63º60.56%55.69%-
XYZ8.586.9326.48-
YUV72.85167.02115.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=21.05%
G=25.56%
B=53.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56681420.610.5200.44231.6343.4338.82
Hex38448E3D3402Ce82b27
Octal7010421675640543505347
Binary111000100010010001110111101110100010110011101000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38448E; }

 p { color: rgb(56,68,142); }

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

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

 a { background-color: rgb(56,68,142); }

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

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

 span { border-color: rgb(56,68,142); }

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