#38488F

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

Shades of Tory Blue #38488F

Tints of Tory Blue #38488F

Color information

#38488F (or 0x38488F) is unknown color: approx Tory Blue. HEX triplet: 38, 48 and 8F. RGB value is (56,72,143). Sum of RGB (Red+Green+Blue) = 56+72+143=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #38488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38488F is #C7B770. Grayscale: #4B4B4B. Windows color (decimal): -13088625 or 9390136. OLE color: 9390136.

HSL color Cylindrical-coordinate representation of color #38488F: hue angle of 228.97º degrees, saturation: 0.44, 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 #38488F is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5672143-
CMYK0.610.5000.44
HSL228.97º43.72%39.02%-
HSV(B)228.97º60.84%56.08%-
XYZ8.917.4626.96-
YUV75.31166.2114.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=20.66%
G=26.57%
B=52.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56721430.610.5000.44228.9743.7239.02
Hex38488F3D3202Ce52c27
Octal7011021775620543455447
Binary111000100100010001111111101110010010110011100101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38488F; }

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

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

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

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

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

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

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

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