#38508D

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

Shades of Tory Blue #38508D

Tints of Tory Blue #38508D

Color information

#38508D (or 0x38508D) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 8D. RGB value is (56,80,141). Sum of RGB (Red+Green+Blue) = 56+80+141=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #38508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38508D is #C7AF72. Grayscale: #4F4F4F. Windows color (decimal): -13086579 or 9261112. OLE color: 9261112.

HSL color Cylindrical-coordinate representation of color #38508D: hue angle of 223.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38508D is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5680141-
CMYK0.600.4300.45
HSL223.06º43.15%38.63%-
HSV(B)223.06º60.28%55.29%-
XYZ9.318.526.35-
YUV79.78162.55111.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=20.22%
G=28.88%
B=50.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56801410.600.4300.45223.0643.1538.63
Hex38508D3C2B02Ddf2b27
Octal7012021574530553375347
Binary111000101000010001101111100101011010110111011111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38508D; }

 p { color: rgb(56,80,141); }

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

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

 a { background-color: rgb(56,80,141); }

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

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

 span { border-color: rgb(56,80,141); }

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