#38508B

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

Shades of Tory Blue #38508B

Tints of Tory Blue #38508B

Color information

#38508B (or 0x38508B) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 8B. RGB value is (56,80,139). Sum of RGB (Red+Green+Blue) = 56+80+139=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #38508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38508B is #C7AF74. Grayscale: #4F4F4F. Windows color (decimal): -13086581 or 9130040. OLE color: 9130040.

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

Color convert

RGB5680139-
CMYK0.600.4200.45
HSL222.65º42.56%38.24%-
HSV(B)222.65º59.71%54.51%-
XYZ9.168.4425.57-
YUV79.55161.55111.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=20.36%
G=29.09%
B=50.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56801390.600.4200.45222.6542.5638.24
Hex38508B3C2A02Ddf2b26
Octal7012021374520553375346
Binary111000101000010001011111100101010010110111011111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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